1
1
mirror of https://github.com/c8r/x0.git synced 2024-10-04 00:58:09 +03:00

Merge pull request #114 from chrisdwheatley/patch-1

Add missing comma to JSON example in readme
This commit is contained in:
John Otander 2019-02-08 08:42:51 -07:00 committed by GitHub
commit efc7bf5875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,7 +235,7 @@ Head elements such as `<title>`, `<meta>`, and `<style>` can be configured with
"x0": {
"title": "My Site",
"meta": [
{ "name": "twitter:card", "content": "summary" }
{ "name": "twitter:card", "content": "summary" },
{ "name": "twitter:image", "content": "kitten.png" }
],
"links": [