From b3237d1eade471760e48e0152769066ae7cab593 Mon Sep 17 00:00:00 2001
From: Robert <metbril@users.noreply.github.com>
Date: Sun, 26 Jul 2020 23:49:35 +0000
Subject: [PATCH] Add content to post list layout (#378)

---
 layouts/posts/list.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/layouts/posts/list.html b/layouts/posts/list.html
index f69bd10..0cc410c 100644
--- a/layouts/posts/list.html
+++ b/layouts/posts/list.html
@@ -4,6 +4,7 @@
 {{ define "content" }}
   <section class="container list">
     <h1 class="title"> {{ title (i18n (lower .Title)) | default .Title }} </h1>
+    {{ .Content }}
     <ul>
       {{- range .Paginator.Pages -}}
         {{- .Render "li" -}}

--
Gitblit v1.10.0