diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-10 16:14:27 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-10 16:14:27 +0100 |
| commit | 8bee5baf5a1a247a67c5a340778837e26bfffabe (patch) | |
| tree | cf1bd875b4f05b933c9712d87a1c486e65c4646f /templates/note.html | |
| parent | 1f58fd44a4cfaaac59c2a9c0104905c04168c238 (diff) | |
| download | mitjafelicijan.com-8bee5baf5a1a247a67c5a340778837e26bfffabe.tar.gz | |
Fixed indentations
Diffstat (limited to 'templates/note.html')
| -rwxr-xr-x | templates/note.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/note.html b/templates/note.html index 5289a5e..36c6a3c 100755 --- a/templates/note.html +++ b/templates/note.html | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | <h1>{{ .Page.Title }}</h1> | 8 | <h1>{{ .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 | </div> |
| 13 | </div> | ||
| 14 | {{ end }} | 14 | {{ end }} |
