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

Add missing comma

This commit is contained in:
Chris Draycott-Wheatley 2019-02-08 08:15:34 +00:00 committed by GitHub
parent 5d5956517b
commit 610b000773
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": [