mylloon.fr/templates/blog/index.html
Mylloon b5ae9deaf9
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
fix target in minification
2023-04-20 11:11:54 +02:00

18 lines
405 B
HTML

<!DOCTYPE html>
<html class="index" lang="fr">
{{>head.html}}
<body class="index">
{{#data}}
<h1 id="title">Blog</h1>
<div id="content">
{{^posts}}
<h2 class="subtitle">Aucun posts</h2>
{{/posts}} {{#posts}}
<h2 class="subtitle">
<a href="/blog/{{url}}">{{title}}</a>
</h2>
{{/posts}}
</div>
{{/data}} {{>footer.html}}
</body>
</html>