From 2ff7c909971915a6a2f631722d68f82d15e87166 Mon Sep 17 00:00:00 2001 From: Swarnim Arun Date: Wed, 3 Jun 2020 13:39:17 +0530 Subject: [PATCH] Add disqus shortname to config If the theme supports the internal template then it should just work.... (haven't tested it though) --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 3b43aab..b4914f9 100644 --- a/config.toml +++ b/config.toml @@ -2,3 +2,4 @@ baseURL = "http://asetalias.in/blog/" languageCode = "en-us" title = "ALiAS Writes" theme = "hugo-theme-massively" +disqusShortname = "asetalias"