aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html
index 6989a45..8ee7ab5 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -55,7 +55,8 @@
55 </table> 55 </table>
56 56
57 <h2><a name="posts"></a>More long form, ramblings etc</h2> 57 <h2><a name="posts"></a>More long form, ramblings etc</h2>
58 <ul> 58 <ul itemscope itemtype="https://schema.org/SiteNavigationElement">
59 <meta itemprop="name" content="Article list">
59 {{ range .Pages }} 60 {{ range .Pages }}
60 {{ if eq .Type "post" }} 61 {{ if eq .Type "post" }}
61 <li><a href="/{{ .RelPermalink }}">{{ .Title }}</a></li> 62 <li><a href="/{{ .RelPermalink }}">{{ .Title }}</a></li>
@@ -65,7 +66,8 @@
65 66
66 <h2><a name="notes"></a>Notes?! Maybe useful</h2> 67 <h2><a name="notes"></a>Notes?! Maybe useful</h2>
67 <h2></h2> 68 <h2></h2>
68 <ul> 69 <ul itemscope itemtype="https://schema.org/SiteNavigationElement">
70 <meta itemprop="name" content="Note list">
69 {{ range .Pages }} 71 {{ range .Pages }}
70 {{ if eq .Type "note" }} 72 {{ if eq .Type "note" }}
71 <li><a href="/{{ .RelPermalink }}">{{ .Title }}</a></li> 73 <li><a href="/{{ .RelPermalink }}">{{ .Title }}</a></li>