diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-13 14:54:22 +0100 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-13 14:54:22 +0100 |
commit | c3d8ae5c36f7060bb00245233e723dc78522f032 (patch) | |
tree | 6fbe6ce27f65b5bf3f6c28564f196851971b8d1a /_layouts | |
parent | d8336b39779d916412844f9e981a769747061350 (diff) | |
download | website-c3d8ae5c36f7060bb00245233e723dc78522f032.tar.gz |
i hate this
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index ef3e7aa..c610a13 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -11,7 +11,7 @@ layout: default </time> <p class="p-summary" style="display: none;">{{post.excerpt | strip_html | truncatewords: 20}}</p> -<div class="e-content">{{content}}</div> +<div class="e-content" style="color: black;">{{content}}</div> <p> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="gray" class="bi bi-tag-fill" |