Skip to content

Commit a932288

Browse files
committed
Test
1 parent 3e9a27f commit a932288

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# frozen_string_literal: true
22

33
source "https://rubygems.org"
4+
gem 'github-pages', group: :jekyll_plugins
45
gemspec

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ your_city : Copenhagen
2222
# Icon, screenshot and header image
2323
app_icon : # ../assets/appicon-1024px.png # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually.
2424
app_video : # ../assets/video.mp4 # Uncomment and replace with path to app preview video. Optimal resolutions: 1242x2688 or 1125x2436.
25-
app_screenshot : assets/screenshot.png # Replace with alternateive image path. Does not automatically populate since Apple does not provide iPhone X/XS/XR screenshots in their iTunes lookup API.
26-
header_image : assets/headerimage.png # Replace with alternative image path.
25+
app_screenshot : assets/screenshot.png # Replace with alternateive image path. Does not automatically populate since Apple does not provide iPhone X/XS/XR screenshots in their iTunes lookup API.
26+
header_image : assets/headerimage.png # Replace with alternative image path.
2727
device_color : black # Set to blue, black, yellow, coral or white
2828

2929
# Social Links # Enter usernames and email address. If set, they will be presented as links in the footer.

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ <h2 class="appPrice">
5151
</p>
5252
</div>
5353
<div class="downloadButtonsContainer">
54-
<a class="playStoreLink" href=""><img class="playStore" src="../assets/playstore.png"></a>
55-
<a class="appStoreLink" href=""><img class="appStore" src="../assets/appstore.png"></a>
54+
<a class="playStoreLink" href=""><img class="playStore" src="assets/playstore.png"></a>
55+
<a class="appStoreLink" href=""><img class="appStore" src="assets/appstore.png"></a>
5656
</div>
5757
</div>
5858
{% include features.html %}

0 commit comments

Comments
 (0)