diff --git a/config.toml b/config.toml index dc490de..9b88848 100644 --- a/config.toml +++ b/config.toml @@ -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" diff --git a/content/_index.md b/content/_index.md index 8e31481..2182fdb 100644 --- a/content/_index.md +++ b/content/_index.md @@ -7,5 +7,5 @@ draft: false sort_by: weight weight: 1 extra: - logo_path: images/nomads_logo.png + logo_path: images/logo_placeholder.png --- diff --git a/templates/partials/footer.html b/templates/partials/footer.html index 2876ea7..2b946f3 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -14,7 +14,7 @@ {% else %} {% set footer_class = config.extra.footer_class | default(value='') %}
{% endif %}