From 8ca0649687f4e6a352e081e992c80c90098e9074 Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Sun, 28 Apr 2019 12:55:42 -0400 Subject: Moved svg icons and head metadata to includes. --- _layouts/page.liquid | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to '_layouts/page.liquid') diff --git a/_layouts/page.liquid b/_layouts/page.liquid index b97dc7e..101ebc2 100644 --- a/_layouts/page.liquid +++ b/_layouts/page.liquid @@ -1,10 +1,7 @@ - - - {{ page.title }} - + {% include "head.liquid" %} @@ -42,7 +39,9 @@
- {% include "toc.liquid" %} +
@@ -50,7 +49,9 @@ - {% include "footer.liquid" %} + -- cgit v1.2.3 From 47b4026485c89a23c48a9012593cff84f75e7b55 Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Sun, 28 Apr 2019 19:28:14 -0400 Subject: More sensible post organization and TOC. --- _layouts/page.liquid | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '_layouts/page.liquid') diff --git a/_layouts/page.liquid b/_layouts/page.liquid index 101ebc2..9a728d1 100644 --- a/_layouts/page.liquid +++ b/_layouts/page.liquid @@ -35,7 +35,9 @@
- {{ page.content }} +
+ {{ page.content }} +
-- cgit v1.2.3 From 77458c3f87eafc1d17f9ef47f9926e0a5a98ceac Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Wed, 1 May 2019 20:55:05 -0400 Subject: Added TOC and cards to journal page. --- _layouts/page.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_layouts/page.liquid') diff --git a/_layouts/page.liquid b/_layouts/page.liquid index 9a728d1..1c5cd99 100644 --- a/_layouts/page.liquid +++ b/_layouts/page.liquid @@ -18,7 +18,7 @@
-
+

{{ page.title }}

@@ -31,7 +31,7 @@
-
+
-- cgit v1.2.3 From 689e85e78c106cefb6c83bcdbeae565d021d2e96 Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Fri, 3 May 2019 18:54:32 -0400 Subject: Broke apart journal page elements, restored favicon. --- _layouts/page.liquid | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '_layouts/page.liquid') diff --git a/_layouts/page.liquid b/_layouts/page.liquid index 1c5cd99..28e8e20 100644 --- a/_layouts/page.liquid +++ b/_layouts/page.liquid @@ -6,10 +6,7 @@ -
+
{% include "nav.liquid" %} @@ -54,6 +51,6 @@ - + -- cgit v1.2.3