vanten-s.com/themes/vanten/layouts/_default/home.html
vanten-s d324093e02
All checks were successful
/ build (push) Successful in 19s
Navbar & Buttons
2024-08-05 01:25:51 +02:00

10 lines
238 B
HTML

{{ define "main" }}
{{ .Content }}
<div class="separator"></div>
<h1> Posts </h1>
{{ range site.RegularPages }}
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
<p> {{ .Summary }} </p>
{{ end }}
{{ end }}