diff --git a/config.toml b/config.toml index e3212be..9e84d2a 100644 --- a/config.toml +++ b/config.toml @@ -3,6 +3,7 @@ languageCode = "en-us" theme = "terminal" paginate = 5 summaryLength = 15 +disqusShortname = "foodogsquared" [params] # dir name of your blog content (default is `content/posts`) diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html new file mode 100644 index 0000000..2ee9ca9 --- /dev/null +++ b/layouts/partials/comments.html @@ -0,0 +1 @@ +{{ template _internal/disqus.html . }}