From 2ce006aebe2f1b1a3b9d0234c8d1ae59671b6e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nelson=20Estev=C3=A3o?= Date: Fri, 11 May 2018 13:58:04 +0100 Subject: [PATCH] Beautify some files --- _includes/analytics.html | 22 ++++++++++++++++------ _includes/footer.html | 12 ++++++------ _includes/head.html | 35 ++++++++++++++++++----------------- _includes/scripts.html | 14 ++++++-------- 4 files changed, 46 insertions(+), 37 deletions(-) diff --git a/_includes/analytics.html b/_includes/analytics.html index 1309516..4ac2839 100644 --- a/_includes/analytics.html +++ b/_includes/analytics.html @@ -1,6 +1,16 @@ - - \ No newline at end of file + + \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index d8048dd..2657a41 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,6 +1,6 @@ - + diff --git a/_includes/head.html b/_includes/head.html index 12df6a2..204217a 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,22 +1,23 @@ - {{site.title}} - - - - - - - - - - - + {{site.title}} + + + + + + + + + + + - - - - + + + - + \ No newline at end of file diff --git a/_includes/scripts.html b/_includes/scripts.html index f48ea08..d3a4cd9 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -1,8 +1,6 @@ - - - - - - {% if site.analytics %} - {% include analytics.html %} - {% endif %} \ No newline at end of file + + + + + +{% if site.analytics %} {% include analytics.html %} {% endif %} \ No newline at end of file