From a9168e6f04f766f7d88bc1b24aaa81336098b2fc Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 15 Dec 2024 03:56:47 +0300 Subject: Auto-commit 2024-12-15 --- layouts/partials/list.html | 51 +++++++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 25 deletions(-) (limited to 'layouts/partials/list.html') diff --git a/layouts/partials/list.html b/layouts/partials/list.html index cd62507..920f9c5 100644 --- a/layouts/partials/list.html +++ b/layouts/partials/list.html @@ -1,26 +1,27 @@ -
-
-
- {{ .LinkTitle }} - {{ if .Date }} - - {{- .Date | time.Format (or .Site.Params.dateFormat.published "02 Jan 2006") -}} - - {{ end }} -
-
- {{ if .Params.Image }} - +
+

{{ .LinkTitle }}

+ {{ if .Date }} +
+ + + + + + {{- .Date | time.Format (or .Site.Params.dateFormat.published "02 Jan 2006") -}} + +
+ {{ end }} + {{ if .Params.Image }} + + {{ end }} + {{ if .Description }} + {{ .Description }} + {{ else }} + {{ .Summary }} + {{ if .Truncated }} +
Далее...
{{ end }} - {{ if .Description }} - {{ .Description }} - {{ else }} - {{ .Summary }} - {{ if .Truncated }} - Далее... - {{ end }} - {{ end }} - -
\ No newline at end of file + {{ end }} + + {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }} + \ No newline at end of file -- cgit v1.2.3