hugo-fresh
hugo-fresh copied to clipboard
Footer should be optional
See https://github.com/StefMa/hugo-fresh/issues/48#issuecomment-524524762
Footer is optional. Remove the shortcode from the page (eg. index.html).
It already behaves like this. https://github.com/StefMa/hugo-fresh/blob/0c2ca44b94ef496cbabadefa32685feebd596a17/layouts/index.html#L26-L28 It only reenders the footer in case its available in the config.
Works similar on single pages. https://github.com/StefMa/hugo-fresh/blob/0c2ca44b94ef496cbabadefa32685feebd596a17/layouts/_default/single.html#L20-L22