From 572046d2cc060cdf3c8a39ef5b9d34f14bf7ac50 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Fri, 2 Sep 2022 07:03:46 -0400 Subject: [PATCH] minor changes --- layouts/partials/post.html | 12 +++++++++--- layouts/partials/profile.html | 2 +- layouts/shortcodes/video.html | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/layouts/partials/post.html b/layouts/partials/post.html index 0314c64..37b3ddf 100644 --- a/layouts/partials/post.html +++ b/layouts/partials/post.html @@ -3,8 +3,14 @@ {{if .Date }}

{{.Date | time.Format "Jan 02 2006"}}

{{end}} -{{if .Params.video}}{{end}} -{{if .Params.audio}}{{end}} -{{if .Params.image}}{{end}} +{{if .Params.video}} +{{else}} +{{if .Params.audio}} +{{else}} +{{if .Params.image}} +{{end}} +{{end}} +{{end}} +

{{.Summary}}

\ No newline at end of file diff --git a/layouts/partials/profile.html b/layouts/partials/profile.html index b47bd1d..2054dac 100644 --- a/layouts/partials/profile.html +++ b/layouts/partials/profile.html @@ -31,7 +31,7 @@
-

Valor made by Gabriel

+

Valor made by Gabriel

{{end}} \ No newline at end of file diff --git a/layouts/shortcodes/video.html b/layouts/shortcodes/video.html index 9bdfe0b..46e400b 100644 --- a/layouts/shortcodes/video.html +++ b/layouts/shortcodes/video.html @@ -1,3 +1,3 @@ -