From a004f515dd8c9802a3b9c519ff5a5151f45cb5b6 Mon Sep 17 00:00:00 2001 From: Johannes Reinhardt Date: Mon, 14 Jul 2014 16:23:19 +0200 Subject: [gum] Add support for Juvia comments --- gum/README.md | 6 ++++- gum/templates/article.html | 56 +++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 60 insertions(+), 2 deletions(-) (limited to 'gum') diff --git a/gum/README.md b/gum/README.md index ffaefb3..5a01f2b 100644 --- a/gum/README.md +++ b/gum/README.md @@ -31,8 +31,12 @@ PIWIK_ID = '' PIWIK_URL = '' ``` +To use Juvia for comments, fill out the following values, again the url without leading `http://` and trailing `/`. - +``` +JUVIA_URL = '' +JUVIA_ID = '' +``` ### Screenshot ### diff --git a/gum/templates/article.html b/gum/templates/article.html index 15188d0..e6f1288 100644 --- a/gum/templates/article.html +++ b/gum/templates/article.html @@ -41,10 +41,64 @@ {% endif %} + {% if JUVIA_ID %} +

Comments

+
+ + {% endif %} - + {% include 'sidebar.html' %} -- cgit v1.1