wires

summary refs log tree commit diff
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
authorwires <wires@noreply.wires.systems>2025-04-01 19:54:42 -0400
committerwires <wires@noreply.wires.systems>2025-04-01 19:54:42 -0400
commitbb9436fee3dc00ac845bd9a54cd4ffd55c90adf3 (patch)
tree86e3ffac521a6325e78d38fc22d69e8412dd2245 /layouts/_default/single.html
parentfix headache with main page and mobile (diff)
downloadblog-bb9436fee3dc00ac845bd9a54cd4ffd55c90adf3.tar.gz
lots more little typography tweaks
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 9d119b8..6499907 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -13,6 +13,6 @@
     {{ .TableOfContents }}
   </aside>
   <a id="post"></a>
-  {{ end }} {{ .Content }} {{ partial "tags.html" . }}
+  {{ end }} {{ .Content }}
 </article>
-{{ end }}
+{{ partial "tags.html" . }} {{ end }}