Update dump

Also testing removal of the CNAME file!
😁
This commit is contained in:
2022-04-07 15:52:18 +00:00
parent 87f8348d6d
commit 7123b8a409
24 changed files with 133 additions and 92 deletions

View File

@@ -7,9 +7,9 @@
<ul class="contents">
{{ range .Pages }}
<br />
<li>
{{ partial "summary.html" . }}
</li>
<a href='{{ .RelPermalink }}'>
<li>{{ partial "summary.html" . }}</li>
</a>
{{ end }}
</ul>
</article>