home updated
This commit is contained in:
@@ -6,8 +6,9 @@
|
||||
{%- set section = get_section(path="_index.md") %}
|
||||
|
||||
{% set subsections_str = section.subsections | join(sep=" ") %}
|
||||
|
||||
<footer class="bottom-0 mx-20">
|
||||
<div class="bg-gray-200">
|
||||
<div class="container mx-auto">
|
||||
<footer class="bottom-0">
|
||||
{% if "footer/_index.md" in subsections_str %}
|
||||
{%- set section = get_section(path="footer/_index.md") %}
|
||||
{{ section.content | safe }}
|
||||
@@ -17,4 +18,6 @@
|
||||
<img src="{{get_url(path='images/footer.png')}}" class="w-60" alt="">
|
||||
|
||||
{% endif %}
|
||||
</footer>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user