master #1

Closed
Oliver wants to merge 49 commits from master into main
3 changed files with 3 additions and 2 deletions
Showing only changes of commit 314b17986d - Show all commits

View File

@ -2,6 +2,6 @@
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
description: "Example"
tags: ['']
tags: ['blog']
draft: true
---

View File

@ -13,7 +13,6 @@
<h4 id="tag_{{ .Title }}">
{{ if not .IsHome }} {{ .Params.description }} {{ end }}
</h4>
</header>
<article>
{{ block "main" . }}

View File

@ -3,6 +3,7 @@
{{- end }}
{{ define "main" -}}
{{ .Content }}
{{ if not .IsHome }}
<ul>
{{- range.Pages }}
<li>
@ -18,3 +19,4 @@
{{- end }}
</ul>
{{- end }}
{{ end }}