From 04e3299f1115a4c2f17b2ed87ab2c54b24272b31 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Tue, 19 Jan 2021 22:09:40 +0100 Subject: Add favicon --- Makefile | 1 + favicon.ico | Bin 0 -> 16958 bytes templates/index.html/header.html | 4 ++-- templates/page/header.html | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 favicon.ico diff --git a/Makefile b/Makefile index 78f9724..2af8206 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ generate: mkdir -p output + cp favicon.ico output find pages -type f -name '*.cfg' -print0 | sort -zr | xargs -0 saait cp style.css print.css output/ zip -r kronika.zip output diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..c28af68 Binary files /dev/null and b/favicon.ico differ diff --git a/templates/index.html/header.html b/templates/index.html/header.html index 5e642f3..02d642c 100644 --- a/templates/index.html/header.html +++ b/templates/index.html/header.html @@ -8,12 +8,12 @@ - Posts - ${sitetitle} + Kronika - ${sitetitle} - +