first commit

This commit is contained in:
2025-11-06 14:46:05 -08:00
commit d573e8355c
194 changed files with 6460 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<div class="bio-block">
<img src="{{ .Get "img" | default "/images/profile.png" }}" alt="{{ .Get "alt" | default "Profile Photo" }}" class="bio-photo">
<div class="bio-text">
{{ .Inner | markdownify }}
</div>
</div>