Skip to content

Commit

Permalink
Add links, at the bottom of the sidebar, to the documentation and GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
U039b committed Apr 19, 2024
1 parent 3c96d37 commit 2993df5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions colander/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,24 @@ <h5 class="mb-1">{{ case.name }}</h5>
{% endcomment %}
</div>
{% endblock root-sidebar-menu %}
<div class="fixed-bottom m-2 h4">
<a href="https://pts-project.org/docs/colander/overview/"
class="link-secondary link-offset-2 link-underline-opacity-0 link-underline-opacity-0-hover"
alt="Colander documentation"
title="Colander documentation"
target="_blank"
>
<i class="nf nf-cod-book"></i>
</a>
<a href="https://github.com/PiRogueToolSuite/colander"
class="link-secondary link-offset-2 link-underline-opacity-0 link-underline-opacity-0-hover"
alt="Colander source code on GitHub"
title="Colander source code on GitHub"
target="_blank"
>
<i class="nf nf-fa-github"></i>
</a>
</div>
</aside>
<div id="page-content-wrapper">
<main class="container-fluid">
Expand Down

0 comments on commit 2993df5

Please sign in to comment.