diff options
| author | Ahmed Abdelhalim <[email protected]> | 2024-03-01 00:42:49 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2024-03-01 00:42:49 +0200 |
| commit | da305e1d359b90299987e6c4f1e99226a091c4f4 (patch) | |
| tree | e3726d15135a1a54f112245b9c40c75e81caba45 /layouts/blog/single.html | |
| parent | 3b500d673621b7428bb3a607f82ef3f33b898ec8 (diff) | |
Update style to include published date
Diffstat (limited to 'layouts/blog/single.html')
| -rw-r--r-- | layouts/blog/single.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/blog/single.html b/layouts/blog/single.html index 675618c..605d210 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -2,6 +2,7 @@ <header class="blog__header"> <a href="/blog">/~/blog/</a>: {{ .Title }} </header> +<div class="blog__date">{{ .Date.Format "2006.01.02" }}</div> <article class="post__content"> {{ .Content }} </article> |
