edit
This commit is contained in:
parent
7bf7b17d1e
commit
c029dea575
@ -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"
|
||||
|
@ -7,5 +7,5 @@ draft: false
|
||||
sort_by: weight
|
||||
weight: 1
|
||||
extra:
|
||||
logo_path: images/nomads_logo.png
|
||||
logo_path: images/logo_placeholder.png
|
||||
---
|
||||
|
@ -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 %}
|
||||
|
Reference in New Issue
Block a user