last secs

This commit is contained in:
samaradel
2022-10-12 18:19:01 +02:00
parent 48d39ccc11
commit 80242e8143
8 changed files with 53 additions and 7 deletions

View File

@@ -13,9 +13,9 @@
{{ section.content | safe }}
{% else %}
{% set footer_class = config.extra.footer_class | default(value='') %}
<div class="{{ footer_class ~ ' -mx-20 pt-20'}}">
<img src="{{get_url(path='images/footer_logo.png')}}" alt="">
ALL RIGHTS RESERVED 2022
<div class="{{ footer_class ~ ' -mx-20'}}">
<img src="{{get_url(path='images/RGAsset8.png')}}" class="w-60" alt="">
<p class="text-center">OURWORLD <br /> DFIGITAL NOMADS</p>
</div>
{% endif %}
</footer>