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 # 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. # Change this to your own URL! Please note this variable **must** be uncommented.
title = "Ournomads" title = "Ournomads"

View File

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

View File

@ -14,7 +14,7 @@
{% else %} {% else %}
{% set footer_class = config.extra.footer_class | default(value='') %} {% set footer_class = config.extra.footer_class | default(value='') %}
<div class="{{ footer_class ~ ' -mx-20'}}"> <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> <h3 class="text-center">OURWORLD <br /> DIGITAL NOMADS</h3>
</div> </div>
{% endif %} {% endif %}