summaryrefslogblamecommitdiff
path: root/layouts/_default/home.html
blob: 8bcf1b420dc9b096b659a60330371c4630e7b589 (plain) (tree)
1
2
3
4
5
6





                                  






                                                                       
         
 
{{ define "title" }}
	{{ .Site.Title }}
{{ end }}
{{ define "main" }}
	<h1>{{ .Site.Title }}</h1>
	{{ .Content }}
	<h2>Projects</h2>
	<ul>
		{{ range .Sections }}
		<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
		{{ end }}
	</li>
	</ul>
{{ end }}