diff --git a/static/img/favicon-32x32.png b/static/img/favicon-32x32.png index 3019f42..78c8f2e 100644 Binary files a/static/img/favicon-32x32.png and b/static/img/favicon-32x32.png differ diff --git a/static/php/grill.php b/static/php/grill.php index d36ad0b..2054b78 100644 --- a/static/php/grill.php +++ b/static/php/grill.php @@ -2,20 +2,8 @@ // Array of image paths, feel free to add/remove to/from this list $images = array( + 'img/1.png', 'img/2.png', - 'img/3.png', - 'img/4.png', - 'img/5.png', - 'img/6.png', - 'img/7.png', - 'img/8.png', - 'img/9.png', - 'img/10.png', - 'img/11.png', - 'img/12.png', - 'img/13.png', - 'img/14.png', - 'img/15.png', ); // Redirect to a random image from the above array using status code "303 See Other" diff --git a/templates/layout.swig b/templates/layout.swig index bb8fb0d..5da378e 100644 --- a/templates/layout.swig +++ b/templates/layout.swig @@ -5,7 +5,7 @@ - {{siteName}} · {% block title %}Kawaii Temporary File Hosting{% endblock %} + {{siteName}} · {% block title %}Temporary File Hosting{% endblock %} diff --git a/templates/layout_index.swig b/templates/layout_index.swig index bc9eb55..33e4ed3 100644 --- a/templates/layout_index.swig +++ b/templates/layout_index.swig @@ -5,7 +5,7 @@ - {{siteName}} · {% block title %}Kawaii Temporary File Hosting{% endblock %} + {{siteName}} · {% block title %}Temporary File Hosting{% endblock %} diff --git a/templates/nav.swig b/templates/nav.swig index 9c0e44b..8ddce8b 100644 --- a/templates/nav.swig +++ b/templates/nav.swig @@ -2,6 +2,6 @@