aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/index.html1
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")) }}