diff --git a/layouts/partials/metadata.html b/layouts/partials/metadata.html index 11371c3..557376c 100644 --- a/layouts/partials/metadata.html +++ b/layouts/partials/metadata.html @@ -3,15 +3,16 @@ {{$author := index .Site.Data.details.staff (.Params.author | default "default")}}

{{$author.name}}

-

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

+

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

- -

Tags:

+

Tags

+
{{ range (.GetTerms "tags")}} {{.LinkTitle}} {{end}}
+
\ No newline at end of file diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index e832f9b..07b9ba4 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -1,8 +1,8 @@ - -

Recent Content

+
+

Recent Content

+
{{range first 3 .Site.RegularPages}} -
{{if .Params.video}} @@ -19,11 +19,10 @@
{{end}} - -
- {{if .Site.Data.details.featured}} -

Featured

+
+

Featured

+
{{ range .Site.Data.details.featured}}