lauralani
8bcb42ae40
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful
12 lines
No EOL
321 B
HTML
12 lines
No EOL
321 B
HTML
{{ define "page" }}
|
|
<content>
|
|
<h1>{{ .Title }}</h1>
|
|
{{ range .Site.Sections }}
|
|
<div class="section-page-item">
|
|
<h2>{{ .Title }}</a></h2>
|
|
<div class="summary">{{ or .Params.Description .Summary }}</div>
|
|
<a href="{{ .RelPermalink }}">Read more</a>
|
|
</div>
|
|
{{ end }}
|
|
</content>
|
|
{{ end }} |