diff --git a/_includes/author.html b/_includes/author.html
index 7995c017..c9bb2219 100644
--- a/_includes/author.html
+++ b/_includes/author.html
@@ -5,11 +5,10 @@
{% if include.link %}{% endif %}
{% endif %}
-
- {{ author.role }}{% if author.tribe %} · {{ author.tribe }} Tribe{% endif %}
+ {{ author.role }}{% if author.tribe %} ({{ author.tribe }} Tribe){% endif %}
{% if author.startDate %}
{% assign start = author.startDate | prepend: "01-01-" | slice: -10,10 | date: '%Y' %}
@@ -25,7 +24,7 @@ Working at Sky Betting & Gaming since {{ author.startDate | date: '%Y' }
{{ author.bio }}
{% if author.interests %}
-
+
{% assign interests=author.interests | split:"," %}
{% for interest in interests %}
- {{ interest }}
@@ -35,14 +34,14 @@ Working at Sky Betting & Gaming since {{ author.startDate | date: '%Y' }
{% if author.twitter or author.github %}
{% endif %}
{% endif %}
-
{% if include.articles %}
+
Articles by {{ author.name | truncatewords:1,"" }}
{% for post in site.posts %}
@@ -50,6 +49,6 @@ Articles by {{ author.name | truncatewords:1,"" }}
{% include postSummary.html fullSummary=true %}
{% endif %}
{% endfor %}
-
+
{% endif %}
diff --git a/_includes/footer.html b/_includes/footer.html
index 697aa919..93b5ac8b 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,53 +1,50 @@
-
+
+
+
+
+