diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-10-31 08:20:22 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-10-31 08:20:22 +0100 |
| commit | 22f5ac8fcec4dbfcc1f5033f18bc4eeca52a747d (patch) | |
| tree | 6bdf6daa597c3335739fde4e661b6934f02c5b09 /templates/post.html | |
| parent | d554a5924d63d3e8ef68a8e573d9f266ff80d95e (diff) | |
| download | mitjafelicijan.com-22f5ac8fcec4dbfcc1f5033f18bc4eeca52a747d.tar.gz | |
Made the side more retro!
Diffstat (limited to 'templates/post.html')
| -rw-r--r-- | templates/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post.html b/templates/post.html index 7ba8c00..28c7907 100644 --- a/templates/post.html +++ b/templates/post.html | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | <h1 itemtype="headline">{{ .Page.Title }}</h1> | 8 | <h1 itemtype="headline">{{ .Page.Title }}</h1> |
| 9 | <p><cap>{{ .Page.Type }}</cap>, {{ .Page.Created.Format "Jan 2, 2006" }} on <a href="{{ .Config.BaseURL }}">{{ .Config.Title }}'s blog</a></p> | 9 | <p><cap>{{ .Page.Type }}</cap>, {{ .Page.Created.Format "Jan 2, 2006" }} on <a href="{{ .Config.BaseURL }}">{{ .Config.Title }}'s blog</a></p> |
| 10 | <div> | 10 | <div> |
| 11 | {{ .Page.HTML }} | 11 | {{ .Page.HTML }} |
| 12 | </div> | 12 | </div> |
| 13 | </article> | 13 | </article> |
| 14 | {{ end }} | 14 | {{ end }} |
