diff --git a/.gitignore b/.gitignore
index a38d067..38abceb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
# Specify filepatterns you want git to ignore.
_gen
public
+.hugo_build.lock
diff --git a/config.yaml b/config.yaml
index 3b4824a..e04184c 100644
--- a/config.yaml
+++ b/config.yaml
@@ -13,15 +13,18 @@ params:
jquery: true
feedlinks: false # Show feed links in the footer.
footer: " "
- icon: "images/logo.png" # Relative path to icon in json feed and JSON-LD, no leading slash.
- image: "images/logo.png" # Relative path to site image in JSON-LD, no leading slash.
+ # icon: "images/logo.png" # Relative path to icon in json feed and JSON-LD, no leading slash.
+ # image: "images/logo.png" # Relative path to site image in JSON-LD, no leading slash.
+ # apple-touch-icon: "images/logo.png"
logo: true # Turn off the logo.
+ logoWidth: 74
mainSections: # The sections you want to have listed on the front page.
- "" # Default to the section with most content if not set.
mobileMenu: true # Turn on a mobile menu on small screens.
poweredby: false # Show powered by hugo in footer
# searchLimit: 20 # Max number of search hits, default 20.
sidebar: true # Show a sidebar to the right
+ realfavicongenerator: true
DefaultContentLanguage: cs
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 572ef52..f628a2c 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -8,7 +8,6 @@