hugo-fresh icon indicating copy to clipboard operation
hugo-fresh copied to clipboard

Footer should be optional

Open StefMa opened this issue 6 years ago • 1 comments

See https://github.com/StefMa/hugo-fresh/issues/48#issuecomment-524524762

StefMa avatar Aug 24 '19 19:08 StefMa

Footer is optional. Remove the shortcode from the page (eg. index.html).

imawhale avatar Dec 19 '19 04:12 imawhale

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

StefMa avatar Jan 19 '23 09:01 StefMa