From a8ac8bd3f6e165a14f19edf0723b424e412c5cf7 Mon Sep 17 00:00:00 2001
From: NITESH TALIYAN <62278380+Niteshtaliyan@users.noreply.github.com>
Date: Thu, 1 Oct 2020 10:40:48 +0530
Subject: [PATCH 1/2] Update tag.html
---
_templates/tag.html | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/_templates/tag.html b/_templates/tag.html
index 160d458..0fdce6c 100644
--- a/_templates/tag.html
+++ b/_templates/tag.html
@@ -1,10 +1,11 @@
{% extends "layout.html" %}
-{% block title %}Entries tagged “{{ tag.name }}”{% endblock %}
+{% block title %}Entries tagged “{{ tag.name }}”
+{% endblock %}
{% block body %}
-
Entries tagged “{{ tag.name }}”
+ Entries tagged “{{ tag.name }}”
{% endblock %}
From 5364c391cf6b5b695b4482726af3dd5379a089da Mon Sep 17 00:00:00 2001
From: NITESH TALIYAN <62278380+Niteshtaliyan@users.noreply.github.com>
Date: Thu, 1 Oct 2020 10:43:44 +0530
Subject: [PATCH 2/2] Update layout.html
---
_templates/layout.html | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
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 %}