From 890dfecdac67e1cb6b2899330158156f137dad0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC?= Date: Sat, 10 Aug 2024 11:54:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D0=B8=D1=80=D0=B0=D0=B5=D0=BC=20?= =?UTF-8?q?=D1=82=D0=B0=D0=BA=D0=B8=20=D0=BD=D0=B5=D0=BD=D1=83=D0=B6=D0=BD?= =?UTF-8?q?=D0=BE=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/_default/single.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 1fefd8b..1e6b602 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -19,9 +19,15 @@ {{- end -}} -
- {{ .Description | markdownify }} -
+ {{ if .Params.tags }} + + {{ range .Params.tags }} + # + {{- . -}} +   + {{ end }} + + {{ end }} {{ partial "cover.html" . }}