File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ playstore_link :
8
8
9
9
app_name : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
10
10
app_price : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
11
- smart_app_banner : true # Set to true to show a smart app banner at top of page on mobile devices.
11
+ enable_smart_app_banner : true # Set to true to show a smart app banner at top of page on mobile devices.
12
12
app_description : Wherever some that and kiwi that well
13
13
dolphin alas this the mindfully jeepers
14
14
one aside canny one preparatory up less therefore
Original file line number Diff line number Diff line change 4
4
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
5
5
< base target ="_blank ">
6
6
7
- < title > {{ site.app_name }}</ title >
8
- < title > {% if site.title %}{{ site.title }}{% else %}{{ site.app.name }}{% endif %}</ title >
7
+ < title > {% if site.title %}{{ site.title }}{% else %}{{ site.app_name }}{% endif %}</ title >
9
8
< meta name ="description " content ="{{ site.description }} ">
10
9
11
10
<!-- Favicon -->
15
14
< link rel ="apple-touch-icon-precomposed " href ="apple-icon-precomposed.png ">
16
15
17
16
<!-- Smart App Banner -->
18
- {% if site_enable_smart_app_banner %}
19
- < meta name ="apple-itunes-app " content ="app-id={{ site.app_ios_id }} ">
17
+ {% if site.enable_smart_app_banner %}
18
+ < meta name ="apple-itunes-app " content ="app-id={{ site.ios_app_id }} ">
20
19
{% endif %}
21
20
22
21
< link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.6.3/css/all.css " integrity ="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/ " crossorigin ="anonymous ">
You can’t perform that action at this time.
0 commit comments