summaryrefslogtreecommitdiff
path: root/layouts/_default/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/home.html')
-rw-r--r--layouts/_default/home.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/_default/home.html b/layouts/_default/home.html
index 872513f..8bcf1b4 100644
--- a/layouts/_default/home.html
+++ b/layouts/_default/home.html
@@ -4,4 +4,12 @@
{{ define "main" }}
<h1>{{ .Site.Title }}</h1>
{{ .Content }}
+ <h2>Projects</h2>
+ <ul>
+ {{ range .Sections }}
+ <li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
+ {{ end }}
+ </li>
+ </ul>
{{ end }}
+