diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 0ae3841..7c6ed4a 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,7 +1,7 @@ {{.Title}} - - + + \ No newline at end of file diff --git a/layouts/partials/post.html b/layouts/partials/post.html index b0dcd10..bee3f04 100644 --- a/layouts/partials/post.html +++ b/layouts/partials/post.html @@ -3,15 +3,23 @@ {{if .Date }}

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

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

{{.Summary}}

+
+

{{.Params.description}}

{{ if .GetTerms "tags" }}
diff --git a/layouts/partials/profile.html b/layouts/partials/profile.html index 08a4de5..0c8081a 100644 --- a/layouts/partials/profile.html +++ b/layouts/partials/profile.html @@ -1,10 +1,10 @@
- +
-

{{.Site.Title}}

+

{{.Site.Title}}

{{.Site.Params.subtitle}}

{{ if .Site.Data.details.links }}