diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-22 19:44:10 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-22 19:44:10 +0100 |
| commit | 47c21d7b4aa805979f20d684fb62b39998d12804 (patch) | |
| tree | 485f83a082de0631547900d4533817b8eec7c8bc | |
| parent | becc16e997697fdd00a000e556df9ffb2a6fc068 (diff) | |
| download | mitjafelicijan.com-47c21d7b4aa805979f20d684fb62b39998d12804.tar.gz | |
Changed listing on index
| -rw-r--r-- | templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 4e8eb56..57f9b40 100644 --- a/templates/index.html +++ b/templates/index.html | |||
| @@ -16,6 +16,7 @@ | |||
| 16 | </div> | 16 | </div> |
| 17 | 17 | ||
| 18 | <section> | 18 | <section> |
| 19 | <h1>Notes, post and other stuff</h1> | ||
| 19 | <ul itemscope itemtype="https://schema.org/SiteNavigationElement" role="list" class="flow"> | 20 | <ul itemscope itemtype="https://schema.org/SiteNavigationElement" role="list" class="flow"> |
| 20 | {{ range .Pages }} | 21 | {{ range .Pages }} |
| 21 | {{ if and (not .Draft) (or (eq .Type "note") (eq .Type "post")) }} | 22 | {{ if and (not .Draft) (or (eq .Type "note") (eq .Type "post")) }} |
