Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit a6fdec5

Browse files
committed
Use 'CoderDojo Japan' as app name for Android
1 parent 86beb11 commit a6fdec5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

_includes/header.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!DOCTYPE html>
22
<html lang="{{ page.lang }}">
33
<head>
4+
<title>{{ page.title }}</title>
5+
<meta name="apple-mobile-web-app-title" content="CoderDojo Japan" />
6+
<meta name="application-name" content="CoderDojo Japan" />
7+
48
<meta charset="utf-8">
59
<meta http-equiv="X-UA-Compatible" content="chrome=1">
610
<meta name="description" content="CoderDojoは小・中学生のためのプログラミング道場です。2011年にアイルランドで始まり、2015年4月現在では55カ国・550拠点で開催されています。" />
@@ -33,7 +37,5 @@
3337
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
3438
<![endif]-->
3539

36-
<title>{{ page.title }}</title>
37-
<meta name="apple-mobile-web-app-title" content="CoderDojo Japan" />
3840
</head>
3941
<body>

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "App",
2+
"name": "CoderDojo Japan",
33
"icons": [
44
{
55
"src": "\/img\/android-icon-36x36.png",

0 commit comments

Comments
 (0)