diff options
author | 2016-12-05 18:28:28 +0100 | |
---|---|---|
committer | 2016-12-05 18:29:10 +0100 | |
commit | 167e4a8b7168e13bf9a490cb45a4834fcb6af286 (patch) | |
tree | cd16880e249185538be44a8077ec281930708ae0 /site/techpost/index.html | |
parent | 04f11ce672bab52f7a2536eccb7189fdd4457166 (diff) |
Remove disqus and add askbot
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'site/techpost/index.html')
-rw-r--r-- | site/techpost/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/techpost/index.html b/site/techpost/index.html index 2a1b63d..a996148 100644 --- a/site/techpost/index.html +++ b/site/techpost/index.html @@ -31,7 +31,7 @@ priority: 0.7 {{ post.author.name }} {% endif %} </span> - <a class="comment" href="{{ site.baseurl }}{{ post.url }}#disqus_thread"></a> + <!--<a class="comment" href="{{ site.baseurl }}{{ post.url }}#disqus_thread"></a>--> </div> </header> <section class="post-excerpt"> |