From f9481a6e7f93fe2b0ab08e8d86e99f78b884eb8f Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 24 Aug 2025 02:35:25 -0500 Subject: [PATCH] WIP --- layouts/authors/list.html | 42 ++++++++++++++++++++------------------- layouts/baseof.html | 4 +--- layouts/page.html | 2 +- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/layouts/authors/list.html b/layouts/authors/list.html index 79ddbc6..5ac5650 100644 --- a/layouts/authors/list.html +++ b/layouts/authors/list.html @@ -1,24 +1,26 @@ {{ define "main" }} -

- {{ partial "icon.html" "user-circle" }} - {{ .Title | markdownify }} -

+
+

+ {{ partial "icon.html" "user-circle" }} + {{ .Title | markdownify }} +

- {{ with .Content }} - {{ . }} - {{ end }} - -
- {{ with .Paginator.Pages }} - {{ range . }} -
- {{ .Render "summary" }} -
- {{ end }} - {{ else }} -
- {{ i18n "no_posts" }} -
+ {{ with .Content }} + {{ . }} {{ end }} -
+ +
+ {{ with .Paginator.Pages }} + {{ range . }} +
+ {{ .Render "summary" }} +
+ {{ end }} + {{ else }} +
+ {{ i18n "no_posts" }} +
+ {{ end }} +
+
{{ end }} diff --git a/layouts/baseof.html b/layouts/baseof.html index 14094d8..8ce4506 100644 --- a/layouts/baseof.html +++ b/layouts/baseof.html @@ -20,9 +20,7 @@ {{ end }} - {{ block "post-body" . }} - {{/* currently this is only used for related posts */}} - {{ end }} + {{ block "post-body" . }}{{ end }} {{ if or .Site.Copyright .Site.Params.footer }}