From d36a85a369d5d74aad545d3f7a93ffa6d97b5fe3 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 13 Aug 2015 23:08:52 -0700 Subject: [PATCH] Consistent indentation of shared templates --- docs/templates/default.liquid | 6 ++-- docs/templates/index.liquid | 6 ++-- docs/templates/manual.liquid | 6 ++-- docs/templates/shared/_footer.liquid | 16 ++++----- docs/templates/shared/_head.liquid | 24 ++++++------- docs/templates/shared/_header.liquid | 51 ++++++++++++++-------------- 6 files changed, 54 insertions(+), 55 deletions(-) diff --git a/docs/templates/default.liquid b/docs/templates/default.liquid index 59b1541..2ff3911 100644 --- a/docs/templates/default.liquid +++ b/docs/templates/default.liquid @@ -1,9 +1,9 @@ - {% include "shared/head" %} +{% include "shared/head" %} - {% include "shared/header" %} +{% include "shared/header" %}
@@ -29,6 +29,6 @@
- {% include "shared/footer" %} +{% include "shared/footer" %} diff --git a/docs/templates/index.liquid b/docs/templates/index.liquid index 401d7ec..69aa6e3 100644 --- a/docs/templates/index.liquid +++ b/docs/templates/index.liquid @@ -1,9 +1,9 @@ - {% include "shared/head" %} +{% include "shared/head" %} - {% include "shared/header" %} +{% include "shared/header" %}
@@ -72,6 +72,6 @@
- {% include "shared/footer" %} +{% include "shared/footer" %} diff --git a/docs/templates/manual.liquid b/docs/templates/manual.liquid index 51e4f13..c34aa21 100644 --- a/docs/templates/manual.liquid +++ b/docs/templates/manual.liquid @@ -1,9 +1,9 @@ - {% include "shared/head" %} +{% include "shared/head" %} - {% include "shared/header" %} +{% include "shared/header" %}
@@ -84,7 +84,7 @@
- {% include "shared/footer" %} +{% include "shared/footer" %} - - + + + diff --git a/docs/templates/shared/_head.liquid b/docs/templates/shared/_head.liquid index 59e4b19..5e71c7c 100644 --- a/docs/templates/shared/_head.liquid +++ b/docs/templates/shared/_head.liquid @@ -1,12 +1,12 @@ - - - {{headline}} - - - - - - + + + {{headline}} + + + + + + diff --git a/docs/templates/shared/_header.liquid b/docs/templates/shared/_header.liquid index 91dba96..01e8b30 100644 --- a/docs/templates/shared/_header.liquid +++ b/docs/templates/shared/_header.liquid @@ -1,28 +1,27 @@ +