aboutsummaryrefslogtreecommitdiff
path: root/templates/note.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/note.html')
-rw-r--r--templates/note.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/note.html b/templates/note.html
index 5f3f928..c543773 100644
--- a/templates/note.html
+++ b/templates/note.html
@@ -17,8 +17,8 @@
17 <p><big><strong>Other notes</strong></big></p> 17 <p><big><strong>Other notes</strong></big></p>
18 <ul itemscope itemtype="https://schema.org/SiteNavigationElement" role="list" aria-label="Other notes"> 18 <ul itemscope itemtype="https://schema.org/SiteNavigationElement" role="list" aria-label="Other notes">
19 <meta itemprop="name" content="Other notes"> 19 <meta itemprop="name" content="Other notes">
20 {{ range random 20 .Pages }} 20 {{ range .Pages | filterbytype "note" | random 15 }}
21 {{ if and (eq .Type "note") (not .Draft) }} 21 {{ if not .Draft }}
22 <li> 22 <li>
23 {{ range .Meta.tags }} 23 {{ range .Meta.tags }}
24 <mark>{{ . }}</mark> 24 <mark>{{ . }}</mark>