diff --git a/hugo.toml b/hugo.toml index dfccf5f..631a9ae 100644 --- a/hugo.toml +++ b/hugo.toml @@ -70,3 +70,7 @@ paginate = 10 name = "Podpořte nás" pageRef = "/podporte-nas" weight = 8 + +[params.logo] + img = "/logo.png" + alt = "Arch Linux CZ" diff --git a/static/logo.png b/static/logo.png new file mode 100644 index 0000000..b0de514 Binary files /dev/null and b/static/logo.png differ