Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-01-30 17:49:22 +0300
committerMarcia Ramos <virtua.creative@gmail.com>2018-01-30 17:49:22 +0300
commit97e90df18436924b3d2c327de46fd93889988980 (patch)
treee21b47bdd77b4303b963a5ee8c19fb30da7936c3 /layouts
parent767c0b7d18004d9c76ca964b60e83b24bd888e55 (diff)
fix syntax
Diffstat (limited to 'layouts')
-rw-r--r--layouts/head.html57
1 files changed, 28 insertions, 29 deletions
diff --git a/layouts/head.html b/layouts/head.html
index 7a04df2a..de296531 100644
--- a/layouts/head.html
+++ b/layouts/head.html
@@ -21,40 +21,39 @@
<!-- you don't need to keep this, but it's cool for stats! -->
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
- <script type="application/json">
- {
- "@context":"http://schema.org",
- "@type":"Organization",
- "name":"GitLab",
- "legalName":"GitLab Inc.",
- "url":"http://about.gitlab.com",
- "logo":"https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo.png",
- "foundingDate":"2011",
- "founders":[
+ <script type="application/ld+json">
+ {
+ "@context":"http://schema.org",
+ "@type":"Organization",
+ "name":"GitLab",
+ "legalName":"GitLab Inc.",
+ "url":"http://about.gitlab.com",
+ "logo":"https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo.png",
+ "foundingDate":"2011",
+ "founders":[
+ {
+ "@type":"Person",
+ "name":"Sid Sijbrandij"
+ },
+ {
+ "@type":"Person",
+ "name":"Dmitriy Zaporozhets"
+ }],
+ "address":
{
- "@type":"Person",
- "name":"Sid Sijbrandij"
+ "@type":"PostalAddress",
+ "streetAddress":"1233 Howard St 2F",
+ "addressLocality":"San Francisco",
+ "addressRegion":"CA",
+ "postalCode":"94103",
+ "addressCountry":"USA"
},
- {
- "@type":"Person",
- "name":"Dmitriy Zaporozhets"
- }],
- "address":
- {
- "@type":"PostalAddress",
- "streetAddress":"1233 Howard St 2F",
- "addressLocality":"San Francisco",
- "addressRegion":"CA",
- "postalCode":"94103",
- "addressCountry":"USA"
- },
- "sameAs":[
+ "sameAs":[
"https://www.facebook.com/gitlab",
"https://twitter.com/gitlab",
"https://www.linkedin.com/company/gitlab-com",
"https://plus.google.com/107491817347842790515/",
- "https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg"
- ],
- }
+ "https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg"]
+ }
</script>
</head>