diff --git a/archetypes/default.md b/archetypes/default.md index 45bd5d7..4a9d6d3 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -2,9 +2,13 @@ title = '{{ replace .TranslationBaseName "-" " " | title }}' date = {{ .Date }} draft = true -meta_img = "/images/image.jpg" tags = ["tags"] description = "Desc" + +# For twitter cards, see https://github.com/mtn/cocoa-eh-hugo-theme/wiki/Twitter-cards +meta_img = "/images/image.jpg" + +# For hacker news and lobsters builtin links, see github.com/mtn/cocoa-eh-hugo-theme/wiki/Social-Links hacker_news_id = "" lobsters_id = "" +++