introduces an ending message with links to Pelican and Svbhack
diff --git a/templates/base.html b/templates/base.html
index 00429dd..13ba457 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -55,6 +55,10 @@
<main>
{% block content %}
{% endblock %}
+ <div id="ending_message">
+ <hr />
+ <p>Made using <a href="http://getpelican.com" target="_new">Pelican</a>, theme from Giulio Fidente. Get it <a href="https://github.com/giulivo/pelican-svbhack" target="_new">from github</a>.</p>
+ </div>
</main>
{% include "analytics.html" %}