We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to follow the advice in the blogdown book about SEO: https://bookdown.org/yihui/blogdown/useful-resources.html#helping-people-find-your-site, and am having some trouble getting description tags to work with this theme. What's the right way to do it?
It looks like if I implement a manual description on a markdown page, it doesn't get placed properly within the <head> tags.
<head>
If I try to add description: to the yaml, it is ignored.
description:
The text was updated successfully, but these errors were encountered:
It's not implemented. This is a minimal theme after all. If you want to add the description, you can customize https://github.com/yihui/hugo-xmin/blob/master/layouts/partials/head_custom.html (more info: https://xmin.yihui.org/about/).
Sorry, something went wrong.
No branches or pull requests
I'm trying to follow the advice in the blogdown book about SEO: https://bookdown.org/yihui/blogdown/useful-resources.html#helping-people-find-your-site, and am having some trouble getting description tags to work with this theme. What's the right way to do it?
It looks like if I implement a manual description on a markdown page, it doesn't get placed properly within the
<head>
tags.If I try to add
description:
to the yaml, it is ignored.The text was updated successfully, but these errors were encountered: