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) {