From f3340ae5f4ac6c60823bf4d14e1fcdbeaaec353c Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sat, 21 May 2022 14:07:14 -0600 Subject: Remove old code related to static, it's not needed anymore --- static/src/_includes/image.html | 43 ----------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 static/src/_includes/image.html (limited to 'static/src/_includes/image.html') diff --git a/static/src/_includes/image.html b/static/src/_includes/image.html deleted file mode 100644 index 8875050..0000000 --- a/static/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