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 @@ -