summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Jacobson <owen.jacobson@grimoire.ca>2016-10-03 11:10:19 -0400
committerOwen Jacobson <owen.jacobson@grimoire.ca>2016-10-03 11:10:19 -0400
commit9987ab133297d82d1d0393d21b0d6a527c342d3d (patch)
treea10409c8f117841b7b3875df80c8a34cb46809ef
parentaeff959a770d1bb160dae56ebfe608a64be718aa (diff)
Bye, Disqus.
-rw-r--r--.templates/base.html4
-rw-r--r--.templates/document.html21
2 files changed, 2 insertions, 23 deletions
diff --git a/.templates/base.html b/.templates/base.html
index 17fd733..bb584d4 100644
--- a/.templates/base.html
+++ b/.templates/base.html
@@ -43,11 +43,9 @@
{% block content %}
{% endblock %}
- {% block after_content %}
- {% endblock %}
-
{% block footer %}
<div id="footer">
+ <p>Questions? Comments? Feedback? <a href="mailto:owen+blog@grimoire.ca">Email me</a>!</p>
<p>
{% if 'wiki-name' in config %}
{{ config['wiki-name']|e }} —
diff --git a/.templates/document.html b/.templates/document.html
index 1c8dd14..b9e1b65 100644
--- a/.templates/document.html
+++ b/.templates/document.html
@@ -6,25 +6,6 @@
</div>
{% endblock %}
-{% block after_content %}
-<div id="comments">
-<div id="disqus_thread"></div>
-<script type="text/javascript">
- /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
- var disqus_shortname = 'grimoire'; // required: replace example with your forum shortname
-
- /* * * DON'T EDIT BELOW THIS LINE * * */
- (function() {
- var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
- dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
- (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
- })();
-</script>
-<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
-<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
-</div>
-{% endblock %}
-
{% block scm_info %}
<a href="https://bitbucket.org/ojacobson/grimoire.ca/src/master/wiki/{{ path }}.md">See this page on Bitbucket</a> (<a href="https://bitbucket.org/ojacobson/grimoire.ca/history-node/master/wiki/{{ path }}.md">history</a>).
-{% endblock %} \ No newline at end of file
+{% endblock %}