summaryrefslogtreecommitdiff
path: root/layouts/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/home.html')
-rw-r--r--layouts/home.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layouts/home.html b/layouts/home.html
new file mode 100644
index 0000000..d9706d6
--- /dev/null
+++ b/layouts/home.html
@@ -0,0 +1,12 @@
+{{ define "main" }}
+ <h1>andre4ik3</h1>
+
+ Welcome to my home page! :)
+
+ <ul>
+ {{ range .Site.RegularPages }}
+ <li><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></li>
+ {{ end }}
+ </ul>
+
+{{ end }}