diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-13 13:53:27 +0100 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-13 13:53:27 +0100 |
commit | 306a8be49a49a5cda61612563372683ffccf1e7f (patch) | |
tree | 51f48af686f3c16647da3bedd0a68095ca08643c | |
parent | 88349bad0aaa780283d384918ed7283acd42eb33 (diff) | |
download | website-306a8be49a49a5cda61612563372683ffccf1e7f.tar.gz |
Formatting (god help me)
-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 c5db828..74ab4ae 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -6,7 +6,7 @@ layout: default <p>⟸ Back to blog</p> </a> <h1>{{page.title}}</h1> -<p><em>{{page.date | date: "%-d %B %Y"}}</em></p> +<p><em style="color: gray">{{page.date | date: "%-d %B %Y"}}</em></p> {{content}} <p> |