From 6074aa2fb29f4e87261e8a993c921aae1e580d46 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Thu, 28 Sep 2017 18:30:51 +0200 Subject: [PATCH] HTML optimization --- docs/_layouts/default.html | 103 ++++++++++++++++--------------------- 1 file changed, 44 insertions(+), 59 deletions(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 5c9ff302..d4b35da6 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -1,64 +1,49 @@ - - - {{ page.title | default: site.title }} - - - - + + +{{ page.title | default: site.title }} + + + + + + + +{% seo %} + + + + + + + + + + - - {% seo %} +
+{{ content }} - - - - - - - - - - - - - - -
- {{ content }} - - -
- - {% if site.google_analytics %} - - - {% endif %} - + +
+{% if site.google_analytics %} + +{% endif %} +