wip: Changed home and examples links to use site baseurl.

This commit is contained in:
Paul Gauthier 2023-05-15 13:39:48 -07:00
parent 5c5202a101
commit b424309056

View file

@ -20,8 +20,8 @@
<header class="page-header" role="banner">
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
<a href="/aider/" class="btn">Home</a>
<a href="/aider/examples/" class="btn">Examples</a>
<a href="{{ site.baseurl }}/" class="btn">Home</a>
<a href="{{ site.baseurl }}/examples/" class="btn">Examples</a>
{% if site.github.is_project_page %}
<a href="{{ site.github.repository_url }}" class="btn">GitHub</a>
{% endif %}