changed referecced variables for homepage

This commit is contained in:
2026-02-01 17:29:03 -05:00
parent a8f82da401
commit 1791791a6f
2 changed files with 5 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
{{ define "main" }}
{{ .Content }}
{{ range site.RegularPages }}
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
{{ .Summary }}
{{ end }}
<div id="{{ lower .Title }}" class="page">
<div id="content" class="page">
{{ .Content }}
</div>
</div>
{{ end }}

View File

@@ -1,7 +0,0 @@
{{ define "main" }}
{{ .Content }}
{{ range site.RegularPages }}
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
{{ .Summary }}
{{ end }}
{{ end }}