Browse Source

Unify 2020 templates footer

master
David Larlet 4 years ago
parent
commit
d5b1dc8539
No known key found for this signature in database

+ 9
- 1
david/2020/01/03/index.html View File

<p>La source du présent article est une suite d’inclusions que vous pouvez <a href="https://git.larlet.fr/davidbgk/larlet-fr-david/src/branch/master/david/2020/01-03.md">retrouver ici</a>.</p> <p>La source du présent article est une suite d’inclusions que vous pouvez <a href="https://git.larlet.fr/davidbgk/larlet-fr-david/src/branch/master/david/2020/01-03.md">retrouver ici</a>.</p>


</article> </article>


<hr> <hr>
<nav><a href="/david/">Accueil</a> • <a href="/david/2020/">Stream 2020</a></nav>

<nav>
<a href="/david/" title="Aller à l’accueil">🏠</a> •
<a href="/david/log/" title="Accès au flux RSS">🤖</a> •
<a href="mailto:david%40larlet.fr" title="Envoyer un courriel">📮</a> •
<abbr title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340">🧚</abbr>
</nav>


</body> </body>
</html> </html>

+ 9
- 1
david/2020/index.html View File

<p><em>Expérience d’agrégation de poussières d’idées.</em></p> <p><em>Expérience d’agrégation de poussières d’idées.</em></p>
</article> </article>




<hr> <hr>
<nav><a href="/david/">Accueil</a></nav>

<nav>
<a href="/david/" title="Aller à l’accueil">🏠</a> •
<a href="/david/log/" title="Accès au flux RSS">🤖</a> •
<a href="mailto:david%40larlet.fr" title="Envoyer un courriel">📮</a> •
<abbr title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340">🧚</abbr>
</nav>


</body> </body>
</html> </html>

+ 0
- 2
david/templates/archives_2020.html View File

{{ page.extract }} {{ page.extract }}
</article> </article>
{% endfor %} {% endfor %}
<hr>
<nav><a href="/david/">Accueil</a></nav>
{% endblock content %} {% endblock content %}

+ 0
- 2
david/templates/article_2020.html View File

<h1>{{ page.title }}</h1> <h1>{{ page.title }}</h1>
{{ page.content }} {{ page.content }}
</article> </article>
<hr>
<nav><a href="/david/">Accueil</a> • <a href="/david/2020/">Stream 2020</a></nav>
{% endblock content %} {% endblock content %}

+ 10
- 0
david/templates/base_2020.html View File

<link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_bold.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_bold.woff2" as="font" type="font/woff2" crossorigin>
<body class="remarkdown h1-underline h2-underline hr-center ul-star"> <body class="remarkdown h1-underline h2-underline hr-center ul-star">
{% block content %}{% endblock content %} {% block content %}{% endblock content %}

<hr>

<nav>
<a href="/david/" title="Aller à l’accueil">🏠</a> •
<a href="/david/log/" title="Accès au flux RSS">🤖</a> •
<a href="mailto:david%40larlet.fr" title="Envoyer un courriel">📮</a> •
<abbr title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340">🧚</abbr>
</nav>

</body> </body>
</html> </html>

Loading…
Cancel
Save