File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ page_title :
3
3
4
4
# App Info
5
5
ios_app_id : 1234793120 # Required. Enter iOS app ID to automatically populate name, price and icons (e.g. 718043190).
6
+ ios_app_country : us # Required outside USA. Enter 2 letter country code as in https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
6
7
7
8
appstore_link : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
8
9
playstore_link : # Enter Google Play Store URL.
@@ -138,4 +139,4 @@ collections:
138
139
permalink : /:path/
139
140
140
141
# Markdown rendering
141
- markdown : kramdown
142
+ markdown : kramdown
Original file line number Diff line number Diff line change 6
6
7
7
$ ( function ( ) {
8
8
9
- var apiURL = "https://itunes.apple.com/lookup?id={{ site.ios_app_id }}&callback=?" ;
9
+ var apiURL = "https://itunes.apple.com/lookup?id={{ site.ios_app_id }}&country={{ site.ios_app_country }}& callback=?" ;
10
10
11
11
$ . getJSON ( apiURL , function ( json ) {
12
12
You can’t perform that action at this time.
0 commit comments