From adda19a88b251d3ba1ef8cf3dc00432300f21b03 Mon Sep 17 00:00:00 2001 From: Maria Rushkova Date: Thu, 5 Aug 2021 16:37:13 +0200 Subject: [PATCH] Extract head --- _includes/head.html | 25 +++++++++++++++++++++++++ _layouts/default.html | 26 +------------------------- 2 files changed, 26 insertions(+), 25 deletions(-) create mode 100644 _includes/head.html diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..e16e6e2 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,25 @@ + + {% if page.title %} + {{ site.title }} - {{ page.title }} + {% else %} + {{ site.title }} + {% endif %} + + + + Vac + + + + + + + + diff --git a/_layouts/default.html b/_layouts/default.html index 6aecd44..f1c12cb 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,31 +3,7 @@ - - {% if page.title %} - {{ site.title }} - {{ page.title }} - {% else %} - {{ site.title }} - {% endif %} - - - - Vac - - - - - - - - + {% include head.html %}
{% include header.html %}