@gotpop/multitool
Version:
MultiTool is a CLI tool to assist in quickly setting up a Hugo project for NetlifyCMS
13 lines (12 loc) • 329 B
HTML
{{ define "main" }}
<section class="main">
<main class="main__inner" role="main">
<h3>Work 2</h3>
{{ range where .Site.RegularPages "Section" "work" }}
<h2 class="entry-title" itemprop="headline">
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
</h2>
{{ end }}
</main>
</section>
{{ end }}