diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-18 22:27:38 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-18 22:27:38 +0200 |
| commit | 3d2ca2089cb20bfe0322118445fd859a9a4c331d (patch) | |
| tree | 60c187df2871d3580132a2ad0faaa03b6fb2c9a0 /templates/post.html | |
| parent | 98305f7183e28c672c391a686317c8b742fb7f79 (diff) | |
| download | mitjafelicijan.com-3d2ca2089cb20bfe0322118445fd859a9a4c331d.tar.gz | |
Simplified template
Diffstat (limited to 'templates/post.html')
| -rw-r--r-- | templates/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post.html b/templates/post.html index 79a950a..c8925fa 100644 --- a/templates/post.html +++ b/templates/post.html | |||
| @@ -21,7 +21,7 @@ | |||
| 21 | {{ if and (eq .Type "post") (not .Draft) }} | 21 | {{ if and (eq .Type "post") (not .Draft) }} |
| 22 | <li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li> | 22 | <li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li> |
| 23 | {{ end }} | 23 | {{ end }} |
| 24 | {{ end }} | 24 | {{ end }} |
| 25 | </ul> | 25 | </ul> |
| 26 | </section> | 26 | </section> |
| 27 | 27 | ||
