diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-13 13:47:36 +0100 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-13 13:47:36 +0100 |
commit | 1dbe45c28a4b7af6bb67c362783374ae1b6a34b4 (patch) | |
tree | 79aeeaa1718f60354d486174c42b53e64c5e8582 /_layouts | |
parent | 2f5ca799102974b5e34d16ce5c2cbbf7244890a0 (diff) | |
download | website-1dbe45c28a4b7af6bb67c362783374ae1b6a34b4.tar.gz |
More formatting fixes
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/post.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index f8f1c61..c5db828 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>{{post.date | date: "%-d %B %Y"}}</em></p> +<p><em>{{page.date | date: "%-d %B %Y"}}</em></p> {{content}} <p> @@ -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>{{post.tags | join ", "}}</em> + <em>{{page.tags | join ", "}}</em> </p> \ No newline at end of file |