Source code of my website
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

⬆️ : upgrade to hugo 0.136

+1 -1
+1 -1
layouts/talks/single.html
··· 11 11 {{ end }} 12 12 13 13 {{ partial "post/navigation.html" . }} 14 - {{ if or (.Site.Params.remark42) (.Site.DisqusShortname) }} 14 + {{ if or (.Site.Params.remark42) (.Site.Config.Services.Disqus.Shortname) }} 15 15 {{ partial "post/comments.html" . }} 16 16 {{ end }} 17 17 </div>