diff --git a/layouts/contact/list.html b/layouts/contact/list.html index 78525873..e070f22a 100644 --- a/layouts/contact/list.html +++ b/layouts/contact/list.html @@ -26,7 +26,7 @@

{{ .Title }}

{{ else }}
{{ end }} -

Replies Typically Within 24 Hours.

+

Replies Typically Within 2 Days.

diff --git a/layouts/itemized/comments.html b/layouts/itemized/comments.html new file mode 100644 index 00000000..17d51d6c --- /dev/null +++ b/layouts/itemized/comments.html @@ -0,0 +1,9 @@ +{{ if ne .Site.DisqusShortname "" }} +
+ {{ template "_internal/disqus.html" . }} +
+{{ else if .Site.Params.staticman.staticman }} +
+ {{ .Render "staticman" }} +
+{{ end }} diff --git a/layouts/itemized/content-single.html b/layouts/itemized/content-single.html index b047740d..5075d388 100644 --- a/layouts/itemized/content-single.html +++ b/layouts/itemized/content-single.html @@ -18,4 +18,5 @@ {{ .Render "footer-category" }} +{{ .Render "comments" }} {{ .Render "prev-next" }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index b954fe92..9f4c2c5b 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -19,7 +19,7 @@ - {{ .Hugo.Generator }} + {{ hugo.Generator }} {{ partial "favicon" . }} {{ with .Params.author }} diff --git a/layouts/partials/social.html b/layouts/partials/social.html index 04bf90f9..77a7131e 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -151,3 +151,7 @@ {{ with .Site.Social.email }}
  • {{ end }} + +{{ with .Site.Social.keybase }} +
  • +{{ end }} \ No newline at end of file