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