Alexander Avery
9 months ago
2 changed files with 0 additions and 24 deletions
@ -1,12 +0,0 @@ |
|||||
{{ define "main" }} |
|
||||
<h1 class="center-text">{{ .Title | markdownify | lower }} tag</h1> |
|
||||
<div class="content-wrapper"> |
|
||||
{{ .Content }} |
|
||||
</div> |
|
||||
<section class="article-list"> |
|
||||
{{ $pages := .Pages }} |
|
||||
{{ range (where $pages "Section" "ne" "") }} |
|
||||
{{ partial "article-card.html" . }} |
|
||||
{{ end }} |
|
||||
</section> |
|
||||
{{ end }} |
|
@ -1,12 +0,0 @@ |
|||||
{{ define "main" }} |
|
||||
<h1 class="center-text">{{ .Title | markdownify | lower }}</h1> |
|
||||
<div class="content-wrapper"> |
|
||||
{{ .Content }} |
|
||||
</div> |
|
||||
<section class="article-list"> |
|
||||
{{ $pages := .Pages }} |
|
||||
{{ range (where $pages "Section" "ne" "") }} |
|
||||
{{ partial "article-card.html" . }} |
|
||||
{{ end }} |
|
||||
</section> |
|
||||
{{ end }} |
|
Loading…
Reference in new issue