diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-11 13:40:51 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-11 13:40:51 +0200 |
| commit | ac5b114dc3a8c53bc218019535cd3fe97ab5a912 (patch) | |
| tree | 4aeb045d1460ca24b485c07908a1d2dc1f8c7df9 /templates/note.html | |
| parent | 222d9ce7584e77610da24fa9360cf48d038afabc (diff) | |
| download | mitjafelicijan.com-ac5b114dc3a8c53bc218019535cd3fe97ab5a912.tar.gz | |
Added note, post details in the posts
Diffstat (limited to 'templates/note.html')
| -rw-r--r-- | templates/note.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/note.html b/templates/note.html index 28ffad2..2518d1a 100644 --- a/templates/note.html +++ b/templates/note.html | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | {{ define "content" }} | 6 | {{ define "content" }} |
| 7 | <div> | 7 | <div> |
| 8 | <h1>{{ .Page.Title }}</h1> | 8 | <h1>{{ .Page.Title }}</h1> |
| 9 | <p>{{ .Page.Created.Format "Jan 2, 2006" }}</p> | 9 | <p><cap>{{ .Page.Type }}</cap>, {{ .Page.Created.Format "Jan 2, 2006" }}</p> |
| 10 | <div> | 10 | <div> |
| 11 | {{ .Page.HTML }} | 11 | {{ .Page.HTML }} |
| 12 | </div> | 12 | </div> |
