funkydan2 / alpha-church

Hugo theme for churches based on a html5up theme
https://alpha-church.netlify.app
Other
67 stars 58 forks source link

meta description, meta keywords and tags #31

Closed diekloope closed 3 years ago

diekloope commented 3 years ago

I tried to set the meta description, keywords and tag vaules in the config.toml. But the values are not available in die public files. How van I set the values in the config.toml for using and generating in the public files?

funkydan2 commented 3 years ago

The meta description is used in the <head> section of the HTML file. I've checked and it's working.

At the moment the theme doesn't put keywords or tags in a <meta name="keywords"> section in <head>.

How would you like that to be supported? I'm thinking we could have keywords from the site configuration put in the home page, and then use tags from pages for content pages.

diekloope commented 3 years ago

Yes, i think that is a good solution. Thanks for your support.