From c20c1d93be4555b3901dd79bcd8dcafcfa51d863 Mon Sep 17 00:00:00 2001 From: cylex Date: Mon, 7 Jan 2019 14:14:37 -0500 Subject: Fix code indentation and tag capitalization --- 404.html | 30 +++++++++++++++--------------- _includes/footer.html | 2 +- _includes/navigator.html | 32 ++++++++++++++++---------------- _layouts/post.html | 24 ++++++++++++------------ about.html | 39 +++++++++++++++++++-------------------- blog.html | 41 ++++++++++++++++++++--------------------- index.html | 25 ++++++++++++------------- 7 files changed, 95 insertions(+), 98 deletions(-) diff --git a/404.html b/404.html index 61bb04e..10e993b 100644 --- a/404.html +++ b/404.html @@ -1,18 +1,18 @@ --- project: Silicon Linux --- - - - {% include heading.html %} - 404 | Silicon Linux - - - {% include navigator.html %} -

404

- -

Page not found :(

-

Uh Oh! The requested page could not be found.

-

You may need to go back to the homepage.

- {% include footer.html %} - - + + + {% include heading.html %} + 404 | Silicon Linux + + + {% include navigator.html %} +

404

+ +

Page not found :(

+

Uh Oh! The requested page could not be found.

+

You may need to go back to the homepage.

+ {% include footer.html %} + + diff --git a/_includes/footer.html b/_includes/footer.html index bbb0801..304428f 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,3 +1,3 @@ diff --git a/_includes/navigator.html b/_includes/navigator.html index fac9809..17a6fad 100644 --- a/_includes/navigator.html +++ b/_includes/navigator.html @@ -1,23 +1,23 @@ + \ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index d741573..b677e64 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,19 +1,19 @@ --- --- - - + + {% include heading.html %} - {{ page.title }} | Silicon Linux Blog - - - {% include navigator.html %} + {{ page.title }} | Silicon Linux Blog + + + {% include navigator.html %} -

{{ page.title }}

-

{{ page.date | date_to_string }} | By: {{ page.author }}

+

{{ page.title }}

+

{{ page.date | date_to_string }} | By: {{ page.author }}

- {{ content }} + {{ content }} - {% include footer.html %} - - + {% include footer.html %} + + diff --git a/about.html b/about.html index 5b2fb37..7cef01d 100644 --- a/about.html +++ b/about.html @@ -1,24 +1,23 @@ --- project: Silicon Linux --- + + + {% include heading.html %} + About Silicon Linux + + + {% include navigator.html %} +

About Us

+

Twitter: silicon_linux

+

Github: Silicon Linux

+

Discord: Discord Badge

+

Contact Us

+

Any problems: support@silicon-linux.net

+

Information about our team

+

We currently have 9 people on our team.

+

This project started on October 18th 2018

- - - {% include heading.html %} - About Silicon Linux - - - {% include navigator.html %} -

About Us

-

Twitter: silicon_linux

-

Github: Silicon Linux

-

Discord: Discord Badge

-

Contact Us

-

Any problems: support@silicon-linux.net

-

Information about our team

-

We currently have 9 people on our team.

-

This project started on October 18th 2018

- - {% include footer.html %} - - + {% include footer.html %} + + diff --git a/blog.html b/blog.html index 865a88f..492c925 100644 --- a/blog.html +++ b/blog.html @@ -1,25 +1,24 @@ --- project: Silicon Linux --- + + + {% include heading.html %} + Silicon Linux Blog + + + {% include navigator.html %} +

Latest Posts

- - - {% include heading.html %} - Silicon Linux Blog - - - {% include navigator.html %} -

Latest Posts

- - - {% include footer.html %} - - + + {% include footer.html %} + + diff --git a/index.html b/index.html index 451fae6..29c945e 100644 --- a/index.html +++ b/index.html @@ -1,17 +1,16 @@ --- project: Silicon Linux --- + + + {% include heading.html %} + Silicon Linux + + + {% include navigator.html %} +

Silicon Linux

+

This website is under construction. Content will come soon.

- - - {% include heading.html %} - Silicon Linux - - - {% include navigator.html %} -

Silicon Linux

-

This website is under construction. Content will come soon.

- - {% include footer.html %} - - + {% include footer.html %} + + -- cgit v1.2.3