From 4e145e552f44228b8b20d4aa7aa6788fea501597 Mon Sep 17 00:00:00 2001 From: Said Tahsin Dane Date: Sat, 14 Mar 2015 12:50:08 +0200 Subject: [PATCH] Short tile is camelCase. Sorry about that. The `short_name` in the manifest.son has to stay like that. That's how Chome asks. --- _config.yml | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 8ab421f..80d5b53 100644 --- a/_config.yml +++ b/_config.yml @@ -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" diff --git a/manifest.json b/manifest.json index 85cafde..3903b96 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ layout: null --- { - "short_name": "{{ site.short_title }}", + "short_name": "{{ site.shortTitle }}", "name": "{{ site.title }}", "icons": [ {