update(footer/header): add link and id
This commit is contained in:
parent
29f48bdb23
commit
8c669a8926
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<a href="{{ SITEURL }}/">{{ SITENAME.upper() }}</a>
|
<a id="blog-name" href="{{ SITEURL }}/">{{ SITENAME.upper() }}</a>
|
||||||
{% if DISPLAY_CATEGORIES_ON_MENU %}
|
{% if DISPLAY_CATEGORIES_ON_MENU %}
|
||||||
{% for name, tmp in categories %}
|
{% for name, tmp in categories %}
|
||||||
<a href="{{ SITEURL }}/{{ name.url }}">{{ name }}</a>
|
<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>
|
<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>
|
||||||
<div id="logo-vim">
|
<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>
|
||||||
<div id="infos-footer">
|
<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>.
|
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>.
|
||||||
|
|
Loading…
Reference in a new issue