From f1998c321a4eec6d75b58d84aa8610971bf21979 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sat, 31 Jul 2021 11:35:39 -0600 Subject: move static files into static sub-dir, refactor nix a bit --- src/_includes/footer.html | 7 ------- src/_includes/head.html | 15 --------------- src/_includes/header.html | 36 ------------------------------------ src/_includes/image.html | 43 ------------------------------------------- 4 files changed, 101 deletions(-) delete mode 100644 src/_includes/footer.html delete mode 100644 src/_includes/head.html delete mode 100644 src/_includes/header.html delete mode 100644 src/_includes/image.html (limited to 'src/_includes') diff --git a/src/_includes/footer.html b/src/_includes/footer.html deleted file mode 100644 index f66a879..0000000 --- a/src/_includes/footer.html +++ /dev/null @@ -1,7 +0,0 @@ - - diff --git a/src/_includes/head.html b/src/_includes/head.html deleted file mode 100644 index e1cbd06..0000000 --- a/src/_includes/head.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - {%- seo -%} - - - - - - - {%- feed_meta -%} - - - diff --git a/src/_includes/header.html b/src/_includes/header.html deleted file mode 100644 index a6b9e30..0000000 --- a/src/_includes/header.html +++ /dev/null @@ -1,36 +0,0 @@ - diff --git a/src/_includes/image.html b/src/_includes/image.html deleted file mode 100644 index 8875050..0000000 --- a/src/_includes/image.html +++ /dev/null @@ -1,43 +0,0 @@ -
- - - {%- if include.width %} - {%- for targetWidth in site.img_widths reversed -%} - {% if include.width <= targetWidth %}{% continue %}{% endif %} - {%- if targetWidth > 1000 %} - 500 %} - - {%- endfor %} - {%- endif %} - {{ include.descr }} - - - {%- if include.descr %}
{{ include.descr }}{%- endif %} -
-- cgit v1.2.3