Skip to content

Commit

Permalink
Fixed indentations
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesForan committed Mar 18, 2020
1 parent 40d758b commit c425b75
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/_includes/partials/global/site-foot.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
<div class="wrapper">
<div class="[ site-foot__inner ] [ md:box-flex space-between align-start ]">
{% if site.shortDesc %}
<div>
<article class="[ site-foot__details ] [ sf-flow measure-compact ]">
<h2 class="font-base text-600">{{ site.name }}</h2>
{{ site.shortDesc | markdownFilter | safe }}
</article>
</div>
<div>
<article class="[ site-foot__details ] [ sf-flow measure-compact ]">
<h2 class="font-base text-600">{{ site.name }}</h2>
{{ site.shortDesc | markdownFilter | safe }}
</article>
</div>
{% endif %}
<div>
{% set ariaLabel = 'footer navigation' %}
{% include "partials/components/nav.njk" %}
{% set ariaLabel = 'footer navigation' %}
{% include "partials/components/nav.njk"%}
<theme-toggle></theme-toggle>
</div>
</div>
{% if site.showThemeCredit %}
<p class="[ site-foot__credit ] [ pad-top-900 ]">
Powered by the <a href="https://hylia.website" rel="external">Hylia Eleventy Starter Kit v{{ pkg.version }}</a>.
Powered by the<a href="https://hylia.website" rel="external">Hylia Eleventy Starter Kit v{{ pkg.version }}</a>.
</p>
{% endif %}
</div>
Expand Down

0 comments on commit c425b75

Please sign in to comment.