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:
Said Tahsin Dane 2015-03-14 12:50:08 +02:00
parent 45647bf8c4
commit 4e145e552f
2 changed files with 2 additions and 2 deletions

View file

@ -10,8 +10,8 @@ exclude: ['/automation/', 'README.md', 'LICENSE.txt', 'CNAME']
# Site Settings
short_title: "DevFest14"
title: "GDG DevFest Season 2014"
shortTitle: "DevFest14"
email: "devfest@gdg.org.ua"
description: "GDG DevFest is a set of events all around the world"
baseurl: "/zeppelin"

View file

@ -2,7 +2,7 @@
layout: null
---
{
"short_name": "{{ site.short_title }}",
"short_name": "{{ site.shortTitle }}",
"name": "{{ site.title }}",
"icons": [
{