From d5931a51ec43a66f9f7234ccaf4a06cfd0f02f5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Micard?= Date: Wed, 20 May 2020 23:35:38 +0200 Subject: [PATCH] Add disqus --- config.toml | 1 + layouts/partials/comments.html | 1 + 2 files changed, 2 insertions(+) create mode 100644 layouts/partials/comments.html diff --git a/config.toml b/config.toml index 7da9462..c8131dc 100644 --- a/config.toml +++ b/config.toml @@ -2,6 +2,7 @@ baseURL = "https://blog.creekorful.com" languageCode = "en-us" title = "Aloïs Micard | Tech blog" theme = "terminal" +disqusShortname = "creekorful-me" [params] fullWidthTheme = false diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html new file mode 100644 index 0000000..0b59e05 --- /dev/null +++ b/layouts/partials/comments.html @@ -0,0 +1 @@ +{{ template "_internal/disqus.html" . }}