From 2d75b7944990f1ce80b3847be1f8dff09df82dad Mon Sep 17 00:00:00 2001 From: Victor Toofic <toofics@users.noreply.github.com> Date: ćšć, 20 5æ 2021 00:04:08 +0800 Subject: [PATCH] - use CMake PROJECT_DESCRIPTION var instead to be able to build with cmake < 3.8 (#118) --- doc/_templates/breadcrumbs.html | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/_templates/breadcrumbs.html b/doc/_templates/breadcrumbs.html index 059aeaf..64d344d 100644 --- a/doc/_templates/breadcrumbs.html +++ b/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 %} -- Gitblit v1.9.1