<meta tags> #6813
Unanswered
JesseOSullivan
asked this question in
Q&A
<meta tags>
#6813
Replies: 1 comment
-
You will have to do that with Hugo, not with CMS. I would add something like this to <meta property="og:title" content="{{ .Title }}">
<meta property="og:description" content="{{ .Description }}"> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How would I go about implementing meta tags automatically for each blog post. I am currently using the hugo template and it seems this is not implemented by default.
I've tried to search for docs about it in decap however have run dry
Beta Was this translation helpful? Give feedback.
All reactions