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. --- _includes/head.liquid | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 _includes/head.liquid (limited to '_includes/head.liquid') diff --git a/_includes/head.liquid b/_includes/head.liquid new file mode 100644 index 0000000..5234f27 --- /dev/null +++ b/_includes/head.liquid @@ -0,0 +1,5 @@ + + +{{ page.title }} + + -- cgit v1.2.3 From b293b709cba60ee827697928595e1b65ce96f1e3 Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Sun, 28 Apr 2019 16:28:09 -0400 Subject: Added permalink mapping for pages (pretty URLs), cleaned up heads, images. --- _includes/head.liquid | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '_includes/head.liquid') diff --git a/_includes/head.liquid b/_includes/head.liquid index 5234f27..57befda 100644 --- a/_includes/head.liquid +++ b/_includes/head.liquid @@ -1,5 +1,4 @@ {{ page.title }} - - + -- cgit v1.2.3