From 206cb268b6b507233ef288e900b47722b8447137 Mon Sep 17 00:00:00 2001 From: Ketan Padegaonkar Date: Thu, 29 Jun 2017 11:23:39 +0530 Subject: [PATCH] Self close some tags --- _layouts/layout.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/_layouts/layout.html b/_layouts/layout.html index 884574c2..4d7b172e 100644 --- a/_layouts/layout.html +++ b/_layouts/layout.html @@ -1,20 +1,20 @@ - - + + {% block title %}{{ config.title|d("GitBook", true) }}{% endblock %} - - - {% if config.author %}{% endif %} - {% if config.isbn %}{% endif %} + + + {% if config.author %}{% endif %} + {% if config.isbn %}{% endif %} {% block style %} {% for resource in plugins.resources.css %} {% if resource.url %} - + {% else %} - + {% endif %} {% endfor %} {% endblock %}