diff --git a/config.yaml b/config.yaml index 5082690..8a141e1 100644 --- a/config.yaml +++ b/config.yaml @@ -2,29 +2,14 @@ baseurl: "https://nolog.cz/" title: "NoLog.cz" language: "cz-cs" - - params: contact: "nolog-it@riseup.net" - copyright: "— No logs, no masters! —" description: "NoLog.cz" # Set site description, used in meta tags and JSON-LD favicon: "favicon.ico" # Relative path to favicon in json feed, no leading slash. - jquery: false - 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. - # apple-touch-icon: "images/logo.png" - 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: false # Show a sidebar to the right plausibleSiteID: "nolog.cz" # Plausible site id/domain. plausibleTrackerURL: "https://plausible.nolog.cz/js/plausible.js" # Plausible url, schemaless and no slash on end. Optional, defaults to "plausible.io/…" -DefaultContentLanguage: cs +defaultContentLanguage: cs languages: cs: diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 488de19..75a2c1b 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -38,21 +38,11 @@ {{ block "main" . }}{{ end }} -