update(footer/header): add link and id

This commit is contained in:
rick 2021-08-20 18:06:25 +02:00
parent 29f48bdb23
commit 8c669a8926
Signed by: Rick
GPG Key ID: 2B593F087240EE99
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
</head>
<body>
<header>
<a href="{{ SITEURL }}/">{{ SITENAME.upper() }}</a>
<a id="blog-name" href="{{ SITEURL }}/">{{ SITENAME.upper() }}</a>
{% if DISPLAY_CATEGORIES_ON_MENU %}
{% for name, tmp in categories %}
<a href="{{ SITEURL }}/{{ name.url }}">{{ name }}</a>
@ -29,7 +29,7 @@
<a href="https://git.gnous.eu/Rick/nuir"><img alt="GPL3" src="https://www.gnu.org/graphics/gplv3-or-later-sm.png" /></a>
</div>
<div id="logo-vim">
<img alt="Use Vim" src="https://www.vim.org/images/vi_improved.gif" />
<a href="https://www.vim.org"><img alt="Use Vim" src="https://www.vim.org/images/vi_improved.gif" /></a>
</div>
<div id="infos-footer">
Thème principal fait par <a href="https://eban.bzh">Eban</a>, inspiré en partie par <a href="https://github.com/onur/medius">medius</a>. Utilise le moteur <a href="https://blog.getpelican.com/">Pelican</a>.