diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-12-07 16:41:32 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-12-07 16:41:32 +0100 |
| commit | aa37cb8ec0e1694228a4f3082aebd1e3ee2526d0 (patch) | |
| tree | 99ac03086c411cb7e7f1c4c6d55840ba571aa4fa /template/post.html | |
| parent | 70e1bde5b2c3e326b4b240cac7cb3d0619764bc9 (diff) | |
| download | mitjafelicijan.com-aa37cb8ec0e1694228a4f3082aebd1e3ee2526d0.tar.gz | |
Move back to Times font and cleanup
Diffstat (limited to 'template/post.html')
| -rwxr-xr-x | template/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/post.html b/template/post.html index 512fff6..0404820 100755 --- a/template/post.html +++ b/template/post.html | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | <header> | 19 | <header> |
| 20 | <h1 itemtype="headline">{{.Title}}</h1> | 20 | <h1 itemtype="headline">{{.Title}}</h1> |
| 21 | {{if .Listing}} | 21 | {{if .Listing}} |
| 22 | <time>{{.CreatedFormatted}}</time> | 22 | <time>Posted on {{.CreatedFormatted}}</time> |
| 23 | {{end}} | 23 | {{end}} |
| 24 | </header> | 24 | </header> |
| 25 | <div> | 25 | <div> |
