diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-18 20:57:08 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-18 20:57:08 +0200 |
| commit | e739c3bb76ec9487bfd614be4b3d1e01c4f7a454 (patch) | |
| tree | c7a49477a91450c2e0a88e079feb5857aaff7b06 /templates/post.html | |
| parent | 45b4b1f3d584081067cbacb9120dcea444aac043 (diff) | |
| download | mitjafelicijan.com-e739c3bb76ec9487bfd614be4b3d1e01c4f7a454.tar.gz | |
Simplified template
Diffstat (limited to 'templates/post.html')
| -rw-r--r-- | templates/post.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/post.html b/templates/post.html index 0f0265e..79a950a 100644 --- a/templates/post.html +++ b/templates/post.html | |||
| @@ -15,7 +15,8 @@ | |||
| 15 | <section> | 15 | <section> |
| 16 | <br><hr> | 16 | <br><hr> |
| 17 | <p><big><strong>Other posts</strong></big></p> | 17 | <p><big><strong>Other posts</strong></big></p> |
| 18 | <ul> | 18 | <ul itemscope itemtype="https://schema.org/SiteNavigationElement" role="list" aria-label="Other posts"> |
| 19 | <meta itemprop="name" content="Other post"> | ||
| 19 | {{ range random 20 .Pages }} | 20 | {{ range random 20 .Pages }} |
| 20 | {{ if and (eq .Type "post") (not .Draft) }} | 21 | {{ if and (eq .Type "post") (not .Draft) }} |
| 21 | <li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li> | 22 | <li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li> |
