summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html1
-rw-r--r--layouts/_default/home.html12
2 files changed, 11 insertions, 2 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index d8fafb6..fa1b3b7 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -23,7 +23,6 @@
23 </header> 23 </header>
24 24
25 <main class="main"> 25 <main class="main">
26
27 {{ block "main" . }}{{ end }} 26 {{ block "main" . }}{{ end }}
28 </main> 27 </main>
29 </div> 28 </div>
diff --git a/layouts/_default/home.html b/layouts/_default/home.html
index 17f4249..52db7eb 100644
--- a/layouts/_default/home.html
+++ b/layouts/_default/home.html
@@ -36,7 +36,7 @@
36</script> 36</script>
37 37
38<div class="list-container"> 38<div class="list-container">
39 {{ .Content }} 39
40 40
41 {{ $tagsPage := eq .Title "Tags"}} 41 {{ $tagsPage := eq .Title "Tags"}}
42 42
@@ -66,6 +66,16 @@
66 </li> 66 </li>
67 {{ end }} 67 {{ end }}
68 </ul> 68 </ul>
69</div>
69 70
71<div class="about">
72 {{ .Content }}
70</div> 73</div>
74
75<div class="back-to-top">
76<a href="#top">
77 back to top
78</a>
79</div>
80
71{{ end }} \ No newline at end of file 81{{ end }} \ No newline at end of file