update theme colors and add aside shortcode!

This commit is contained in:
Nate Anderson
2026-02-25 12:06:59 -07:00
parent 37a810bf84
commit d3f0d2bfe2
5 changed files with 295 additions and 51 deletions
+8
View File
@@ -0,0 +1,8 @@
<div class="aside-block">
{{ with .Get "caption" }}
<span class="aside-caption">{{ . }}</span>
{{ end }}
<div class="aside-content">
{{ .Inner | strings.TrimSpace | .Page.RenderString }}
</div>
</div>