Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2dc212

Browse files
committed
fixed stuff
2 parents d0a7c75 + 59d1f3d commit f2dc212

File tree

7 files changed

+5
-3
lines changed

7 files changed

+5
-3
lines changed

β€Žbartholomewβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žchecksums-v0.5.0.txtβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cd274a7576e7984ad17a1bfbde718055d7a2c05a2231421d903f3e0b84139f94 target/wasm32-wasi/release/bartholomew.wasm
2+
31acbd5c8716d10a371dbeb3fd18e482dd613f4b271da24740188d174480b547 target/release/bart

β€Žcontent/index.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ description = "Some description of the page here."
2323
date = "Nov. 15, 2021"
2424
header = "Shopping Store"
2525
main = "Bid Discount up to 50% πŸ₯³"
26-
firstheader = "Welcome to bla bla"
26+
firstheader = "hoodies store πŸ›"
27+
photo-src = "./static/images/file.png"
2728

2829
# Anything after this line is considered Markdown content
2930
---

β€Žstatic/.DS_Storeβ€Ž

6 KB
Binary file not shown.

β€Žstatic/images/.DS_Storeβ€Ž

6 KB
Binary file not shown.

β€Žstatic/images/file.pngβ€Ž

244 KB
Loading

β€Žtemplates/content_top.hbsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
</div>
115115

116116
<div class="col-lg-6" style="text-align: center;">
117-
<img src="https://i.postimg.cc/HWM0NFYN/vecteezy-shop-marketing-3d-icon-illustration-for-your-website-user-9418828-459.png" width="80%">
117+
<img src="{{page.head.extra.photo-src}}" width="80%">
118118
</div>
119119

120120
<a href="#banner_1" style="text-decoration: none;"> <i class="fa fa-thin fa-angle-double-down d-flex justify-content-center animate__animated animate__bounce" style="font-size: 50px;"></i></a>

0 commit comments

Comments
Β (0)