mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
wip: Changed home and examples links to use site baseurl.
This commit is contained in:
parent
5c5202a101
commit
b424309056
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue