From 17604ca75d904b937b2efc625df501b5fda11c65 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 13 Nov 2021 00:45:24 -0600 Subject: [PATCH] Fix indentation for subsection template code in list.html --- layouts/_default/list.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index b0d8911..1c79184 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -16,20 +16,20 @@
-

- {{ with .Params.icon }}{{ partial "icon.html" . }}{{ end }} - {{ .Title | markdownify }} -

+

+ {{ with .Params.icon }}{{ partial "icon.html" . }}{{ end }} + {{ .Title | markdownify }} +

-
- {{ if .Description }} -

- {{ .Description | markdownify }} -

- {{ else }} - {{ .Summary }} - {{ end }} -
+
+ {{ if .Description }} +

+ {{ .Description | markdownify }} +

+ {{ else }} + {{ .Summary }} + {{ end }} +