diff --git a/templates/index.html b/templates/index.html index 4a11073..adb3741 100644 --- a/templates/index.html +++ b/templates/index.html @@ -77,11 +77,6 @@ {{name}} {% endfor %} - - {{ articles|count }} - {% if articles|count > 1 %} posts {% else %} post {% endif %} - -
diff --git a/templates/page.html b/templates/page.html index 8a54463..2fbfc59 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,4 +1,4 @@ -{% extends "index.html" %} +{% extends "base.html" %} {% block title %}{{ page.title }}{% endblock title %}