Add modified version of Hugo's internal open graph template for micro.blog

This commit is contained in:
James Griffin
2020-07-12 14:01:56 -03:00
parent e93bd17520
commit d8ddda433f
2 changed files with 74 additions and 0 deletions

8
plugin.json Normal file
View File

@@ -0,0 +1,8 @@
{
"version": "1.0",
"title": "Open Graph Cards",
"description": "This plugin adds Open Graph meta tags to create social media and iMessage previews for posts.",
"includes": [
"open_graph_meta.html"
]
}