physics exam 3 review
All checks were successful
Build / Build-Docker-Image (push) Successful in 36s

This commit is contained in:
2025-04-12 11:39:15 -04:00
parent 8e2858a244
commit 81440b2266
3 changed files with 123 additions and 5 deletions

View File

@@ -30,14 +30,14 @@
</p>
</a>
<a href="[^baseurl]/news.html" style="margin-top: 1em; margin-bottom: 1em;">News</a>
[f subjects subject]
[f subjects subj]
<div class="subject">
<input type="checkbox" id="subject-[^subject]" />
<label for="subject-[^subject]">[^subject]</label>
<input type="checkbox" id="subject-[^subj]" [i subject subj equals] checked [/] />
<label for="subject-[^subj]">[^subj]</label>
<div>
[f posts post]
[i post.subject subject equals]
<a href="[^baseurl]/[^post.filename]">
[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>