aboutsummaryrefslogtreecommitdiff
path: root/templates/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/post.html')
-rw-r--r--templates/post.html3
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>