From 6cd9053e290eb27b70fd74c1cabc3e1106d068b0 Mon Sep 17 00:00:00 2001 From: shane Date: Mon, 30 Jan 2023 20:03:24 -0600 Subject: [PATCH] Modify structure to fit a static site format --- _includes/head.html | 3 +++ _includes/header.html | 2 +- about.md | 2 +- assets/favicons/favicon-16x16.png | Bin 0 -> 945 bytes assets/favicons/favicon-32x32.png | Bin 0 -> 1312 bytes assets/favicons/favicon-96x96.png | Bin 0 -> 2531 bytes assets/favicons/favicon.ico | Bin 0 -> 1150 bytes contact.md | 2 +- index.md | 2 +- 9 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 assets/favicons/favicon-16x16.png create mode 100644 assets/favicons/favicon-32x32.png create mode 100644 assets/favicons/favicon-96x96.png create mode 100644 assets/favicons/favicon.ico diff --git a/_includes/head.html b/_includes/head.html index fff6310..80eb443 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -2,6 +2,9 @@ + + + {{ page.title }} {% if page.robots %} diff --git a/_includes/header.html b/_includes/header.html index ff65cb1..a67ee0b 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,7 +1,7 @@ {%- assign page_paths = site.header_pages | default: default_paths -%}