From 8cd36f504e1824895a0ab60db52179319a668172 Mon Sep 17 00:00:00 2001
From: Regis Philibert <login@regisphilibert.com>
Date: Wed, 19 Jan 2022 16:24:13 +0000
Subject: [PATCH] Use .Render for summary and summary-with-image throughout (#498)

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

diff --git a/layouts/post/list.html b/layouts/post/list.html
index 5d05240..f6cf4bd 100644
--- a/layouts/post/list.html
+++ b/layouts/post/list.html
@@ -9,9 +9,6 @@
     <aside class="flex-ns flex-wrap justify-around mt5">
       {{ range .Paginator.Pages }}
         <div class="relative w-100 w-30-l mb4 bg-white">
-          {{/*
-          Note we can use `.Render` here for items just in this section, instead of a partial to pull in items for the list page. https://gohugo.io/functions/render/
-          */}}
           {{ .Render "summary" }}
         </div>
       {{ end }}

--
Gitblit v1.10.0