diff --git a/public/404.html b/public/404.html index 9785c01..4e49ade 100644 --- a/public/404.html +++ b/public/404.html @@ -6,7 +6,6 @@ - 404 Page missing @@ -15,13 +14,13 @@ - + - + - + diff --git a/public/dn42/index.html b/public/dn42/index.html index f236434..cd1d744 100644 --- a/public/dn42/index.html +++ b/public/dn42/index.html @@ -6,7 +6,6 @@ - dn42 @@ -15,13 +14,13 @@ - + - + - + diff --git a/public/index.html b/public/index.html index 3979807..5fd367a 100644 --- a/public/index.html +++ b/public/index.html @@ -6,7 +6,6 @@ - Missing's website @@ -15,13 +14,13 @@ - + - + - + diff --git a/public/processed_images/299e96027d6b43fa00.png b/public/processed_images/299e96027d6b43fa00.png deleted file mode 100644 index 165d463..0000000 Binary files a/public/processed_images/299e96027d6b43fa00.png and /dev/null differ diff --git a/static/processed_images/299e96027d6b43fa00.png b/static/processed_images/299e96027d6b43fa00.png deleted file mode 100644 index 165d463..0000000 Binary files a/static/processed_images/299e96027d6b43fa00.png and /dev/null differ diff --git a/templates/base.html b/templates/base.html index aca896b..0cc63f5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,8 +5,7 @@ {% set title = "TheMissingPiece" %} - {% set img = resize_image(path="/missing.png", width=64, height=64, op="scale") %} - {% set img = img.url %} + {% set img = get_url(path="/missing.png") %} {% set url = get_url(path="/") %} {%- if section -%} @@ -27,7 +26,7 @@ - +