summaryrefslogtreecommitdiff
path: root/src/templates
diff options
context:
space:
mode:
authorache <ache@ache.one>2024-08-12 02:19:50 +0200
committerache <ache@ache.one>2024-08-12 02:19:50 +0200
commit27aee65fdba660607792336319be4c6e3b544e41 (patch)
tree42d751f6f7a142ecb9f07fe1d7d044d0139bd982 /src/templates
parentSupport for legal notice (diff)
Change menu name
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/left.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/templates/left.tmpl b/src/templates/left.tmpl
index 712c1ab..457dece 100644
--- a/src/templates/left.tmpl
+++ b/src/templates/left.tmpl
@@ -9,8 +9,10 @@
<div id="desc"><div id="desc_intro">{{{ intro.description }}}<br><span class="about">{{{ intro.about }}}</span></div><br><span class="about">{{{ intro.about_tags }}}</span><br></div>
<nav>
<ul>
- <li class="sommaire_blien"><a href="/{{ lang }}" title="{{ title.home }}">home</a>
- </li><li class="sommaire_blien"><a href="http://git.ache.one/" title="{{ title.git }}">git</a>
+ <li class="sommaire_blien"><a href="/{{ lang }}" title="{{ title.home }}">ache</a></li>
+ <li class="sommaire_blien"><a href="http://git.ache.one/" title="{{ title.git }}">/git</a>
+ <li class="sommaire_blien"><a href="/{{ lang }}/notes" title="{{ title.notes }}">/README</a>
+ <li class="sommaire_blien"><a href="/{{ lang }}/legal" title="{{ title.legal }}">/LICENSE</a>
</li>
</ul>
</nav>