diff --git a/_templates/layout.html b/_templates/layout.html index c6316e6..4ac4aea 100644 --- a/_templates/layout.html +++ b/_templates/layout.html @@ -3,14 +3,17 @@ {% block htmlhead %} - {% block title %}Home{% endblock %} | Matt Alcock - A Data Scientist with a passion for Python + + {% block title %} + Home + {% endblock %} | Matt Alcock - A Data Scientist with a passion for Python {%- for link in links %} - - {%- endfor %} - {% endblock %} + + {%- endfor %} + {% endblock %}
@@ -26,7 +29,8 @@
- {% block body %}{% endblock %} + {% block body %} + {% endblock %}