-
- {{ range first 10 $value.ByCount }}
- {{ .Name }} {{ end }} + {{ range first 10 $value.ByCount }}
- {{ .Name }} {{ end }}
diff --git a/README.md b/README.md index 6098b18..28cf6a9 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,14 @@ disqusShortname = "your_disqus_shortname" optin = true #opt-in: true/false [params] + ## Commento Host + #commentoHostname = "" + ## Coral Host + #coralHostname = "" + ## Remark42 Host + #remarkHostname = "" + #remarkID = "" + # bootswatch theme name, select one: cerulean, cosmo, cyborg, darkly, # default, flatly, journal, lumen, paper, readable, sandstone, simplex, # slate, spacelab, superhero, united, yeti. diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 2880a92..e22c1f8 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -67,6 +67,14 @@ errormessage = "Submitting form failed!" optin = true #opt-in: true/false [params] +## Commento Host +#commentoHostname = "" +## Coral Host +#coralHostname = "" +## Remark42 Host +#remarkHostname = "" +#remarkID = "" + # bootswatch theme name, unmark and select one: cerulean, cosmo, cyborg, darkly, # default, flatly, journal, lumen, paper, readable, sandstone, simplex, # slate, spacelab, superhero, united, yeti. diff --git a/layouts/partials/base/metas.html b/layouts/partials/base/metas.html index 7fc4a3f..b6c422d 100644 --- a/layouts/partials/base/metas.html +++ b/layouts/partials/base/metas.html @@ -64,10 +64,10 @@ {{ end }} {{ end }} -{{ if .RSSLink }} - +{{ with .Site.Home.AlternativeOutputFormats.Get "RSS" }} + {{ end }} -{{ .Hugo.Generator }} +{{ hugo.Generator }} diff --git a/layouts/partials/bloc/content/comments.html b/layouts/partials/bloc/content/comments.html index 6e498cd..1d03c6d 100644 --- a/layouts/partials/bloc/content/comments.html +++ b/layouts/partials/bloc/content/comments.html @@ -1,3 +1,6 @@