Skip to content

Commit 57339e1

Browse files
committed
Asset paths
1 parent ba1f9a0 commit 57339e1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ your_link : https://emilbaehr.com
2020
your_city : Copenhagen # Tell people where you're from.
2121

2222
# Icon, screenshot and header image
23-
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.
24-
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.
23+
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.
24+
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.
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.

themes/default/index.html

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

0 commit comments

Comments
 (0)