aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index c5b4f9e..eb756c2 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -127,7 +127,7 @@
127 <body> 127 <body>
128 128
129 <header> 129 <header>
130 <nav class="main"> 130 <nav class="main" itemscope itemtype="http://schema.org/SiteNavigationElement" role="toolbar">
131 <a href="/">Home</a> 131 <a href="/">Home</a>
132 <a href="https://git.mitjafelicijan.com/" target="_blank">Git</a> 132 <a href="https://git.mitjafelicijan.com/" target="_blank">Git</a>
133 <a href="https://files.mitjafelicijan.com/" target="_blank">Files</a> 133 <a href="https://files.mitjafelicijan.com/" target="_blank">Files</a>
@@ -139,7 +139,7 @@
139 {{ block "add-navigation" . }}{{ end }} 139 {{ block "add-navigation" . }}{{ end }}
140 </header> 140 </header>
141 141
142 <main> 142 <main role="main">
143 {{ block "content" . }}{{ end }} 143 {{ block "content" . }}{{ end }}
144 </main> 144 </main>
145 145