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
How do you solve the problem that thumbnail.url is used correctly used.
Frontmatter problem: "url" is used by Hugo. With incorrect formatting, the url is used instead of the thumbnail url.
The only solution I can think of is to replace url with thumbnailUrl and author with thumbnailAuthor.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How do you solve the problem that thumbnail.url is used correctly used.
Frontmatter problem: "url" is used by Hugo. With incorrect formatting, the url is used instead of the thumbnail url.
The only solution I can think of is to replace url with thumbnailUrl and author with thumbnailAuthor.
thumbnail:
url: /img/blog/img.png
author: My Name
Beta Was this translation helpful? Give feedback.
All reactions