mirror of
https://github.com/c8r/x0.git
synced 2024-11-20 17:18:57 +03:00
Merge pull request #114 from chrisdwheatley/patch-1
Add missing comma to JSON example in readme
This commit is contained in:
commit
efc7bf5875
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user