Skip to content

Commit

Permalink
bugfix: offerbutton on home.php
Browse files Browse the repository at this point in the history
  • Loading branch information
exakte-aesthetik committed Sep 2, 2024
1 parent d1c2f8d commit 0f3f152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/home/home.en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Offers:
collaboration.
offerlink:
- page://mFJW5p0DxY9VQ6Zl
offerbutton: mehr
offerbutton: more
-
offerimage:
- file://VsBAiach0x1dQexF
Expand Down
2 changes: 1 addition & 1 deletion site/templates/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class="responsive-img"
class="btn"
href="<?= $offer->offerlink()->toPage()->url() ?>"
>
<?= $page->offerbutton() ?>
<?= $offer->offerbutton() ?>
</a>
</div>
</div>
Expand Down

0 comments on commit 0f3f152

Please sign in to comment.