Link to the blog

This commit is contained in:
Paul Gauthier 2024-02-19 13:32:10 -08:00
parent 662b70ed1f
commit 5cff8a0e9d
2 changed files with 2 additions and 1 deletions

View file

@ -26,7 +26,7 @@
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
{% endif %}
<a href="{{ site.baseurl }}/" class="btn">Home</a>
<a href="{{ site.baseurl }}/examples/" class="btn">Examples</a>
<a href="{{ site.baseurl }}/blog/" class="btn">Blog</a>
{% if site.github.is_project_page %}
<a href="{{ site.github.repository_url }}" class="btn">GitHub</a>
{% endif %}