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>
|
@@ -195,7 +195,7 @@ Parameters:
|
||||
{% set no_margins = " -mx-8 md:-mx-12 lg:-mx-16 xl:-mx-20" %}
|
||||
|
||||
|
||||
<div id="{{anchor_link}}" class="{{'relative justify-center flex overflow-hidden ' ~ div_class }}" style="{{styles}}">
|
||||
<div id="{{anchor_link}}" class="{{'relative justify-center items-center flex overflow-hidden ' ~ div_class }}" style="{{styles}}">
|
||||
<div id="{{row_id}}" class="{{row_class}}" style="min-width: -webkit-fill-available; min-width: -moz-available">
|
||||
|
||||
{% for column in columns%}
|
||||
|
Reference in New Issue
Block a user