remove some article, add date to template ...

This commit is contained in:
2026-07-26 13:54:21 +02:00
parent f80abab1f7
commit f66d7f5d21
22 changed files with 624 additions and 554 deletions
+1
View File
@@ -40,6 +40,7 @@ h2 > a:hover { color: black; text-decoration:underline }
<body>
<article>
$if(title)$<h1>$title$</h1>$endif$
$if(date)$<p>$date$</p>$endif$
$body$
</article>
</body>