Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/knadh/hugo-ink.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2020-12-01 03:44:46 +0300
committerGitHub <noreply@github.com>2020-12-01 03:44:46 +0300
commit96aa19fd9b98439e444fb45ee1a643b022aa6b4d (patch)
treec8570d696e02b53cf34772fa572252bd6521bd4b
parentec4572d88ecadfd6fc733cab23b067d2008e2b83 (diff)
Show content of list page
-rw-r--r--layouts/_default/list.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index db0b938..8b64d35 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -11,6 +11,8 @@
{{ else }}
<h2 class="page-title">{{ .Name }}</h2>
{{ end }}
+
+ {{ .Content }}
<ul class="posts flat">
{{- range .Data.Pages -}}