nancy.liao
2025-05-29 8d405b265285c368df2e9cf1c14acee7532e0ee7
doc/_templates/breadcrumbs.html
@@ -3,19 +3,19 @@
{% block breadcrumbs_aside %}
<li class="breadcrumbs-aside wy-breadcrumbs-aside">
   <a class="github-button"
      href="https://github.com/open-license-manager/open-license-manager"
      href="https://github.com/open-license-manager/licensecc"
      data-color-scheme="no-preference: light; light: light; dark: dark;"
      data-icon="octicon-star" data-size="large" data-show-count="true"
      aria-label="Star open-license-manager/open-license-manager on GitHub">Star</a>
      aria-label="Star open-license-manager/licensecc on GitHub">Star</a>
   <a class="github-button"
      href="https://github.com/open-license-manager/open-license-manager/fork"
      href="https://github.com/open-license-manager/licensecc/fork"
      data-icon="octicon-repo-forked" data-size="large"
      data-show-count="true"
      aria-label="Fork open-license-manager/open-license-manager on GitHub">Fork</a>
      aria-label="Fork open-license-manager/licensecc on GitHub">Fork</a>
   <a class="github-button"
      href="https://github.com/open-license-manager/open-license-manager/issues"
      href="https://github.com/open-license-manager/licensecc/issues"
      data-icon="octicon-issue-opened" data-size="large"
      data-show-count="true"
      aria-label="Issue open-license-manager/open-license-manager on GitHub">Issue</a>
      aria-label="Issue open-license-manager/licensecc on GitHub">Issue</a>
</li>
{% endblock %}