mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-26 20:51:22 +01:00
Short tile is camelCase. Sorry about that.
The `short_name` in the manifest.son has to stay like that. That's how Chome asks.
This commit is contained in:
parent
45647bf8c4
commit
4e145e552f
2 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ exclude: ['/automation/', 'README.md', 'LICENSE.txt', 'CNAME']
|
||||||
|
|
||||||
|
|
||||||
# Site Settings
|
# Site Settings
|
||||||
short_title: "DevFest14"
|
|
||||||
title: "GDG DevFest Season 2014"
|
title: "GDG DevFest Season 2014"
|
||||||
|
shortTitle: "DevFest14"
|
||||||
email: "devfest@gdg.org.ua"
|
email: "devfest@gdg.org.ua"
|
||||||
description: "GDG DevFest is a set of events all around the world"
|
description: "GDG DevFest is a set of events all around the world"
|
||||||
baseurl: "/zeppelin"
|
baseurl: "/zeppelin"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: null
|
layout: null
|
||||||
---
|
---
|
||||||
{
|
{
|
||||||
"short_name": "{{ site.short_title }}",
|
"short_name": "{{ site.shortTitle }}",
|
||||||
"name": "{{ site.title }}",
|
"name": "{{ site.title }}",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue