From c18dd9ef6c9b3407862db7f01372bc65bb1c3721 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Sun, 22 Nov 2020 19:37:10 -0600 Subject: Add svg favicon --- src/templates/blog-single.html | 6 ++---- src/templates/blog.html | 6 ++---- src/templates/bread.html | 7 ++----- src/templates/header.html | 5 +++++ src/templates/index.html | 6 ++---- src/templates/misc.html | 6 ++---- src/templates/projects.html | 5 ++--- 7 files changed, 17 insertions(+), 24 deletions(-) create mode 100644 src/templates/header.html (limited to 'src/templates') diff --git a/src/templates/blog-single.html b/src/templates/blog-single.html index 8622007..10012b6 100644 --- a/src/templates/blog-single.html +++ b/src/templates/blog-single.html @@ -3,10 +3,8 @@ Mark's Kitchen - Blog - - - + {{> header}} @@ -20,4 +18,4 @@ {{> footer}} - \ No newline at end of file + diff --git a/src/templates/blog.html b/src/templates/blog.html index 40b86f5..1c097c0 100644 --- a/src/templates/blog.html +++ b/src/templates/blog.html @@ -3,10 +3,8 @@ Mark's Kitchen - Blog - - - + {{> header}} @@ -19,4 +17,4 @@ {{> footer}} - \ No newline at end of file + diff --git a/src/templates/bread.html b/src/templates/bread.html index b5d02ed..88a5528 100644 --- a/src/templates/bread.html +++ b/src/templates/bread.html @@ -1,12 +1,9 @@ - Mark's Kitchen - Bread - - + {{> header}} - @@ -20,4 +17,4 @@ {{> footer}} - \ No newline at end of file + diff --git a/src/templates/header.html b/src/templates/header.html new file mode 100644 index 0000000..2ceebfd --- /dev/null +++ b/src/templates/header.html @@ -0,0 +1,5 @@ + + + + + diff --git a/src/templates/index.html b/src/templates/index.html index efb7369..6ba3d5a 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -3,11 +3,9 @@ Mark's Kitchen - - - + {{> header}} @@ -17,4 +15,4 @@ {{> footer}} - \ No newline at end of file + diff --git a/src/templates/misc.html b/src/templates/misc.html index 9fb376a..ee641d1 100644 --- a/src/templates/misc.html +++ b/src/templates/misc.html @@ -3,10 +3,8 @@ Mark's Kitchen - - - + {{> header}} @@ -27,4 +25,4 @@ - \ No newline at end of file + diff --git a/src/templates/projects.html b/src/templates/projects.html index cf3361a..0ca8efa 100644 --- a/src/templates/projects.html +++ b/src/templates/projects.html @@ -3,9 +3,8 @@ Mark's Kitchen - Projects - - + {{> header}} @@ -284,4 +283,4 @@ - \ No newline at end of file + -- cgit v1.2.3