diff options
author | Oxbian <got.dacs@slmail.me> | 2023-07-06 09:23:42 +0200 |
---|---|---|
committer | Oxbian <got.dacs@slmail.me> | 2023-07-06 09:23:42 +0200 |
commit | 998ec12ae0770d2f577659370af85e8914b45e73 (patch) | |
tree | 5635dba82a5858b796e388cf2c6d639895680900 /templates | |
parent | 06c1a014c2c3820454c0ac697fdfdb029b983d9e (diff) | |
download | ArKa-Blog-998ec12ae0770d2f577659370af85e8914b45e73.tar.gz ArKa-Blog-998ec12ae0770d2f577659370af85e8914b45e73.zip |
Update blog
Diffstat (limited to 'templates')
-rw-r--r-- | templates/en/index_template.html | 4 | ||||
-rw-r--r-- | templates/fr/index_template.html | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/templates/en/index_template.html b/templates/en/index_template.html index 18a40c8..8b1781b 100644 --- a/templates/en/index_template.html +++ b/templates/en/index_template.html @@ -27,6 +27,10 @@ <li><a href="pages/en/about.html">About</a></li> <li><a href="atom_en.xml">RSS</a></li> </ul> + <br> + <ul> + <li><a href="index_fr.html">Blog en français</a></li> + </ul> </nav> </header> diff --git a/templates/fr/index_template.html b/templates/fr/index_template.html index 805c1c5..e5e540b 100644 --- a/templates/fr/index_template.html +++ b/templates/fr/index_template.html @@ -27,6 +27,10 @@ <li><a href="pages/fr/about.html">À Propos</a></li> <li><a href="atom_fr.xml">RSS</a></li> </ul> + <br> + <ul> + <li><a href="index_en.html">Blog in english</a></li> + </ul> </nav> </header> |