diff --git a/_layouts/alternatives.html b/_layouts/alternatives.html index 837b61a4..5c49c134 100644 --- a/_layouts/alternatives.html +++ b/_layouts/alternatives.html @@ -1,7 +1,7 @@ --- layout: content --- -
+
{% include partial/alert.html style='info' title='caveat' diff --git a/_layouts/content.html b/_layouts/content.html index a2a72a19..6bb16c43 100644 --- a/_layouts/content.html +++ b/_layouts/content.html @@ -2,7 +2,7 @@ layout: default --- -
- + +
{% include base/header.html %} - {{ content }} +
+
+
{% include base/footer.html %} +
diff --git a/_layouts/plugin_highlight.html b/_layouts/plugin_highlight.html index ef5cdf9e..7f030e58 100644 --- a/_layouts/plugin_highlight.html +++ b/_layouts/plugin_highlight.html @@ -1,7 +1,7 @@ --- layout: content --- -
+

{{ page.title }}

{{ content }} {% if page.plugin %} diff --git a/_layouts/post.html b/_layouts/post.html index 048e7f5a..ff1b535f 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -15,7 +15,7 @@ layout: default {% endif %} -
+

{{ page.title }}

{{ page.date | date_to_string }} diff --git a/blog.html b/blog.html index 70a3fd09..a54f32c7 100644 --- a/blog.html +++ b/blog.html @@ -3,7 +3,7 @@ layout: default title: Blog permalink: /blog --- -

+

InvenTree Blog