diff options
| author | Ahmed Abdelhalim <[email protected]> | 2024-09-03 00:49:22 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2024-09-03 00:49:22 +0200 |
| commit | 5718cadcd47ab5f2837b9acdafb6d3d08958e249 (patch) | |
| tree | dffbeaeaeaba9e1bb9c73b77152b2707b7989b4f /layouts/blog/single.html | |
| parent | 03963aecd43a559f1ec18e30cef5f802aeafd251 (diff) | |
Minor styling updates to the headers and post list
Diffstat (limited to 'layouts/blog/single.html')
| -rw-r--r-- | layouts/blog/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/blog/single.html b/layouts/blog/single.html index 605d210..b54ec2f 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -1,6 +1,6 @@ {{ define "main" }} <header class="blog__header"> - <a href="/blog">/~/blog/</a>: {{ .Title }} + <a href="/blog">/~/blog/</a> {{ .Title }} </header> <div class="blog__date">{{ .Date.Format "2006.01.02" }}</div> <article class="post__content"> |
