start on 16.7: will finish later
All checks were successful
Build / Build-Docker-Image (push) Successful in 38s

This commit is contained in:
2025-04-16 09:03:02 -04:00
parent 81440b2266
commit a20581b57e
2 changed files with 30 additions and 5 deletions

View File

@@ -36,11 +36,13 @@
<label for="subject-[^subj]">[^subj]</label>
<div>
[f posts post]
[i post.subject subj equals]
<a [i post.title title equals] class="current" [e] href="[^baseurl]/[^post.filename]" [/] >
<b>[^post.title]</b><br>
<i>by [^post.author] on [^post.date]</i>
</a>
[i post.unpub not]
[i post.subject subj equals]
<a [i post.title title equals] class="current" [e] href="[^baseurl]/[^post.filename]" [/] >
<b>[^post.title]</b><br>
<i>by [^post.author] on [^post.date]</i>
</a>
[/]
[/]
[/]
</div>