From f17e728c69d84b9e435183080fca7aa2aca7b563 Mon Sep 17 00:00:00 2001 From: Rostyslav Hnatyshyn Date: Mon, 23 Sep 2024 16:50:20 -0700 Subject: [PATCH] add favicon --- .gitignore | 1 + site.hs | 2 +- templates/default.html | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 66816e5..18f3c7d 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ posts/ publications/ files/ font-awesome/ +favicon/ diff --git a/site.hs b/site.hs index 61391c8..97199d5 100644 --- a/site.hs +++ b/site.hs @@ -16,7 +16,7 @@ main :: IO () main = hakyllWith config $ do -- Static directories - match ("fonts/*" .||. "images/*" .||. "files/*" .||. "film/*" .||. "font-awesome/**") $ do + match ("fonts/*" .||. "images/*" .||. "files/*" .||. "film/*" .||. "font-awesome/**" .||. "favicon/*") $ do route idRoute compile copyFileCompiler diff --git a/templates/default.html b/templates/default.html index 0b02fae..27f1473 100644 --- a/templates/default.html +++ b/templates/default.html @@ -10,6 +10,11 @@ + + + + +