Skip to content

Commit

Permalink
sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
sildater committed Oct 9, 2024
1 parent d3e5c68 commit fea4577
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/_includes/header.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<header class="site-header">
<h1 class="site-title">{{ site.title | default: site.github.repository_name }}</h1>

<p class="site-description">{{ site.description | default: site.github.project_tagline }}</p>

<!-- Sidebar Links -->
<nav class="site-nav">
<ul>
<li><a href="https://github.com/{{ site.github.owner_name }}/{{ site.github.repository_name }}">GitHub</a></li>
<!-- Add custom links here -->
{% for link in site.sidebar_links %}
<li><a href="{{ link.url }}">{{ link.title }}</a></li>
{% endfor %}
</ul>
</nav>
</header>

0 comments on commit fea4577

Please sign in to comment.