diff --git a/templates/base.html b/templates/base.html
index 7eb4a01..4c23684 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -3,7 +3,7 @@
- {{ site.title }} - {% block page_title %}{% endblock %}
+ {{ site.config.title }} - {% block page_title %}{% endblock %}
@@ -20,8 +20,8 @@
@@ -32,7 +32,7 @@
-
-
+
Home
@@ -91,7 +91,7 @@
- {% for tag in site.tags[:5] %}
+ {% for tag in site.tags[:site.config.num_top_tags] %}
-