home updated

This commit is contained in:
2023-08-13 12:03:09 +03:00
parent dc8535c3b0
commit 4e37fd85d4
4 changed files with 15 additions and 18 deletions

View File

@@ -7,13 +7,13 @@
{% set subsections_str = section.subsections | join(sep=" ") %}
<footer class="bottom-0">
<footer class="bottom-0 border-t-[1px] border-gray-400">
{% if "footer/_index.md" in subsections_str %}
{%- set section = get_section(path="footer/_index.md") %}
{{ section.content | safe }}
{% else %}
{% set footer_class = config.extra.footer_class | default(value='') %}
<div class="{{ footer_class }} myColor">
<div class="{{ footer_class }} myColor ">
{# <div class="py-4 px-4 sm:px-6">
<div class="lg:flex lg:gap-4">
<div class="space-y-8 lg:max-w-sm lg:mr-8 lg:mb-2 lg:col-span-1">
@@ -47,7 +47,7 @@
{# <img src="{{get_url(path='images/')}}" class="w-60" alt=""> #}
{# <hr class="my-4 border-y-0 w-1/2 border-blue-500/50"> #}
<div class="text-center mx-auto">
<p class="text-base my-0">© 2023 Jungle Paradise Resort & SPA. All Rights Reserved.
<p class="text-base lg:text-lg font-semibold my-0">© 2023 Jungle Paradise Resort & SPA. All Rights Reserved.
{# <a href="https://threefold.io/" target="_blank" class="hard_blue my-0 text-base">Terms & Conditions</a></p> #}
</div>