hugo-theme-dor/layouts/healing-music/list.html

18 lines
387 B
HTML

{{ define "title" }}
{{ .Title }}
{{ end }}
{{ define "main" }}
<main class="main-content">
{{ .Content }}
</main>
<section id="projects">
{{- range .Data.Pages }}
<a href="{{ .Permalink }}" class="button">
<section class="project-tile">
<a href="{{- .Permalink }}" class="button"><h2>{{ .Title }}</h2></a>
</section>
</a>
{{- end }}
</section>
{{ end }}