You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the description meta tag doesn't work. In your seo_schema.html:3 it is stated that <meta itemprop="description" content="{{ if .Description }}{{ .Description }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ end }}{{ end }}">
But my compiled theme always shows an empty content. The same is the case with the twitter and og meta tags. <meta itemprop="description" content="">
In config.toml in the hugo root directory this setting is set: description = "My great website bla bla..."
I could not fix the error. Please help.
Kind Regards,
Christian
The text was updated successfully, but these errors were encountered:
Thanks for this nice theme, I like it!
I noticed that the description meta tag doesn't work. In your seo_schema.html:3 it is stated that
<meta itemprop="description" content="{{ if .Description }}{{ .Description }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ end }}{{ end }}">
But my compiled theme always shows an empty content. The same is the case with the twitter and og meta tags.
<meta itemprop="description" content="">
In config.toml in the hugo root directory this setting is set:
description = "My great website bla bla..."
I could not fix the error. Please help.
Kind Regards,
Christian
The text was updated successfully, but these errors were encountered: