Add base index page

This commit is contained in:
Tyler Perkins
2023-07-15 18:44:31 -04:00
parent ebb1b01c3e
commit fb64b9802f
20 changed files with 295 additions and 36 deletions

View File

@@ -1,16 +1,7 @@
{{ define "main" }}
<div class="centered top-fade dashed-bottom">
<div class="centered top-fade">
<div class="intro-content">
{{ .Content }}
</div>
</div>
<div class="content-list">
<ul>
{{ range .Site.RegularPages }}
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
{{ end }}
</ul>
</div>
{{ end }}