summary refs log tree commit diff stats
path: root/_layouts/post.html
diff options
context:
space:
mode:
authormounderfod <mounderfod@gmail.com>2023-07-13 14:11:20 +0100
committermounderfod <mounderfod@gmail.com>2023-07-13 14:11:20 +0100
commitb23c816a0df39adf6716b995e83c3dd019edae7d (patch)
tree7f91cd45df0593e09da08a7a07de27b960b432bf /_layouts/post.html
parent45884d1574c78119c0179e62cd949bea146e660b (diff)
downloadwebsite-b23c816a0df39adf6716b995e83c3dd019edae7d.tar.gz
Fancy stuffs
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index bc104c8..e6a54de 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -15,5 +15,5 @@ layout: default
         <path
             d="M2 1a1 1 0 0 0-1 1v4.586a1 1 0 0 0 .293.707l7 7a1 1 0 0 0 1.414 0l4.586-4.586a1 1 0 0 0 0-1.414l-7-7A1 1 0 0 0 6.586 1H2zm4 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z" />
     </svg>
-    <em style="color: gray;">{{page.tags | join ", "}}</em>
+    <em style="color: gray;">{{page.tags | join: ", "}}</em>
 </p>
\ No newline at end of file