add headers links (en)

This commit is contained in:
rick 2023-01-13 19:17:00 +01:00
parent 57ef2e2e2e
commit 409bcd19b8
Signed by: Rick
GPG key ID: 4A6223D66294EB20
2 changed files with 12 additions and 15 deletions

12
lang/en/header.link Normal file
View file

@ -0,0 +1,12 @@
%subtitle%
rick's website
%endsubtitle%
%links%
ou.html : where you can find me
copaings.html : friends & co
projets.html : projects
#a/ : annuaire
rss.html : my rss
autres.html : others
%endlinks%

View file

@ -1,15 +0,0 @@
%title
<h1><a href="index.html">gyiwr dot tf</a></h1>
<h2>le site de rick</h2>
%endtitle%
%links%
<div id="header-links">
<a href="ou.html">où me retrouver</a>
<a href="copaings.html">copains & co</a>
<a href="projets.html">projets</a>
<a href="/a/">annuaire</a>
<a href="rss.html">mes flux rss</a>
<a href="autres.html">autres</a>
</div>
%endlinks%