diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-04-01 21:37:05 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-04-01 21:37:28 +0200 |
commit | e6172b5e87074c9a53d892acf1efe45dae451f51 (patch) | |
tree | c45c5b1d3b559626d4ec6db80405930d2de29cca /hugo | |
parent | a603fbdfdbd5751a1d21ade9001995ebf464cd9b (diff) |
add favicon avatar
Diffstat (limited to 'hugo')
-rw-r--r-- | hugo/config.toml | 1 | ||||
-rw-r--r-- | hugo/static/media/avatar.ico | bin | 0 -> 15086 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/hugo/config.toml b/hugo/config.toml index f163899..59b525d 100644 --- a/hugo/config.toml +++ b/hugo/config.toml @@ -5,6 +5,7 @@ theme = "researcher" [params] author = "The Sigsum Project" description = "The Sigsum Project website" + favicon = "/media/avatar.ico" logo = "/media/logo.svg" [params.footer] text = "" diff --git a/hugo/static/media/avatar.ico b/hugo/static/media/avatar.ico Binary files differnew file mode 100644 index 0000000..4cccfa2 --- /dev/null +++ b/hugo/static/media/avatar.ico |