2021-09-25 20:18:37 -05:00
|
|
|
{{ range .Sections }}
|
2021-10-05 22:47:26 -05:00
|
|
|
{{ if not (isset .Params "hide") }}
|
|
|
|
<article class="post">
|
|
|
|
<header class="post__header">
|
|
|
|
<h2><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h2>
|
|
|
|
</header>
|
2021-09-25 20:18:37 -05:00
|
|
|
|
2021-10-05 22:47:26 -05:00
|
|
|
<section class="post__summary">
|
|
|
|
{{ .Description }}
|
|
|
|
</section>
|
|
|
|
</article>
|
|
|
|
{{ end }}
|
2021-09-25 20:18:37 -05:00
|
|
|
{{ end }}
|