diff --git a/src/_includes/layouts/base.njk b/src/_includes/layouts/base.njk index 14529b8..c50d11c 100644 --- a/src/_includes/layouts/base.njk +++ b/src/_includes/layouts/base.njk @@ -1,24 +1,4 @@ - - - {{ title }} - - -
-
-

Comprofix

-

Computer Problems Fixed

-
-
- {% block head %} - {% endblock %} - +{% include "layouts/header.njk" %}
{% block content %} @@ -26,15 +6,4 @@ {% endblock %}
- - - - \ No newline at end of file +{% include "layouts/footer.njk" %} \ No newline at end of file diff --git a/src/_includes/layouts/footer.njk b/src/_includes/layouts/footer.njk new file mode 100644 index 0000000..02534dd --- /dev/null +++ b/src/_includes/layouts/footer.njk @@ -0,0 +1,12 @@ + + + + \ No newline at end of file diff --git a/src/_includes/layouts/header.njk b/src/_includes/layouts/header.njk new file mode 100644 index 0000000..5ff8482 --- /dev/null +++ b/src/_includes/layouts/header.njk @@ -0,0 +1,21 @@ + + + {{ title }} + + +
+
+

Comprofix

+

Computer Problems Fixed

+
+
+ {% block head %} + {% endblock %} + \ No newline at end of file diff --git a/src/_includes/layouts/homepage.njk b/src/_includes/layouts/homepage.njk index 28aa7ec..061cd47 100644 --- a/src/_includes/layouts/homepage.njk +++ b/src/_includes/layouts/homepage.njk @@ -1,24 +1,4 @@ - - - {{ title }} - - -
-
-

Comprofix

-

Computer Problems Fixed

-
-
- {% block head %} - {% endblock %} - +{% include "layouts/header.njk" %} {% block content %} @@ -26,15 +6,4 @@ {% endblock %} - - - - \ No newline at end of file +{% include "layouts/footer.njk" %} \ No newline at end of file diff --git a/src/disclaimer.md b/src/disclaimer.md index 9b8ff8c..05997cf 100644 --- a/src/disclaimer.md +++ b/src/disclaimer.md @@ -6,7 +6,7 @@ eleventyExcludeFromCollections: true # Disclaimer: -You are 100% responsible for your own IT Infrastructure, applications, services and documentation. TheLazyAdministrator.com owners, authors and contributors assume no liability or responsibility for your work. Please independently confirm anything you read on this blog before executing any changes or implementing new products or services in your own environment. +You are 100% responsible for your own IT Infrastructure, applications, services and documentation. Comprofix.com owners, authors and contributors assume no liability or responsibility for your work. Please independently confirm anything you read on this blog before executing any changes or implementing new products or services in your own environment. Furthermore, authors and contributors are free to express their opinions, positive or negative–they are, like all opinions, not reflective of any larger group, and do not represent the opinions of anyone else.