diff --git a/TODO b/TODO index 23d6a2d1..9ba67f62 100644 --- a/TODO +++ b/TODO @@ -67,7 +67,6 @@ refactors: miscellaneous: - endless pager should include information about page number - - add customizable favicon - add customizable logo - add log engine and log everything that should be logged - I don't think browsing online logs is very necessary diff --git a/data/config.ini b/data/config.ini index 92d8cdc8..f3111783 100644 --- a/data/config.ini +++ b/data/config.ini @@ -75,3 +75,4 @@ postsPerPage = 40 [misc] thumbnailCropStyle = outside +customFaviconUrl = /favicon.png diff --git a/gruntfile.js b/gruntfile.js index 4e291fca..f6d803f4 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -130,6 +130,7 @@ module.exports = function(grunt) { processhtml: { options: { data: { + customFaviconUrl: config.misc.customFaviconUrl, serviceName: config.basic.serviceName, templates: readTemplates(grunt), timestamp: grunt.template.today('isoDateTime'), diff --git a/public_html/favicon.png b/public_html/favicon.png new file mode 100644 index 00000000..22ce3920 Binary files /dev/null and b/public_html/favicon.png differ diff --git a/public_html/index.html b/public_html/index.html index 35801ddc..3387a340 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -2,23 +2,26 @@ + szuru2 + - + - + + @@ -35,6 +38,13 @@ + + + + +