This commit is contained in:
sasha-astiadi 2022-12-27 14:39:59 +08:00
parent 7bf7b17d1e
commit c029dea575
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# The URL the site will be built for
base_url = "https://nomads.ourworld.tf/"
base_url = "https://ourparadise.ourworld.tf/"
# Change this to your own URL! Please note this variable **must** be uncommented.
title = "Ournomads"

View File

@ -7,5 +7,5 @@ draft: false
sort_by: weight
weight: 1
extra:
logo_path: images/nomads_logo.png
logo_path: images/logo_placeholder.png
---

View File

@ -14,7 +14,7 @@
{% else %}
{% set footer_class = config.extra.footer_class | default(value='') %}
<div class="{{ footer_class ~ ' -mx-20'}}">
<img src="{{get_url(path='images/RGAsset8.png')}}" class="w-60" alt="">
<img src="{{get_url(path='images/footer.png')}}" class="w-60" alt="">
<h3 class="text-center">OURWORLD <br /> DIGITAL NOMADS</h3>
</div>
{% endif %}