diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-12 18:16:10 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-12 18:16:10 +0200 |
| commit | cecb4b48a39a3558979b9c4b50e45bf605a3684e (patch) | |
| tree | e9468cc71518915e6db870d2e40823cfe9fb2339 /templates | |
| parent | 24bd6e483afbff75428700c2c9d06fb7291bd593 (diff) | |
| download | mitjafelicijan.com-cecb4b48a39a3558979b9c4b50e45bf605a3684e.tar.gz | |
Changed titles on the index page
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 6d7822a..6989a45 100644 --- a/templates/index.html +++ b/templates/index.html | |||
| @@ -54,7 +54,7 @@ | |||
| 54 | </tbody> | 54 | </tbody> |
| 55 | </table> | 55 | </table> |
| 56 | 56 | ||
| 57 | <h2><a name="posts"></a>More long form, blog type of content</h2> | 57 | <h2><a name="posts"></a>More long form, ramblings etc</h2> |
| 58 | <ul> | 58 | <ul> |
| 59 | {{ range .Pages }} | 59 | {{ range .Pages }} |
| 60 | {{ if eq .Type "post" }} | 60 | {{ if eq .Type "post" }} |
