introduces an ending message with links to Pelican and Svbhack
diff --git a/static/css/style.less b/static/css/style.less
index 537ecd8..41da30b 100644
--- a/static/css/style.less
+++ b/static/css/style.less
@@ -183,6 +183,12 @@
p#paginator {
}
}
+
+ div#ending_message {
+ text-align: center;
+ font-color: @med-grey;
+ font-size: 0.75em;
+ }
}
@media screen and (min-width: 1024px) {
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" %}