summary refs log tree commit diff stats
path: root/_layouts/post.html
diff options
context:
space:
mode:
authormounderfod <mounderfod@gmail.com>2023-07-13 13:53:43 +0100
committermounderfod <mounderfod@gmail.com>2023-07-13 13:53:43 +0100
commitb85f38151b92916cc77c868477c4bb62a777446c (patch)
tree6a523e7e59b8d10c09b640d138c35c9808536d90 /_layouts/post.html
parent306a8be49a49a5cda61612563372683ffccf1e7f (diff)
downloadwebsite-b85f38151b92916cc77c868477c4bb62a777446c.tar.gz
oh boy more fixes
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 74ab4ae..bc104c8 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -10,10 +10,10 @@ layout: default
 {{content}}
 
 <p>
-    <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-tag-fill"
+    <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="gray" class="bi bi-tag-fill"
         viewBox="0 0 16 16">
         <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>{{page.tags | join ", "}}</em>
+    <em style="color: gray;">{{page.tags | join ", "}}</em>
 </p>
\ No newline at end of file