_includes/footer.html in awesome-jekyll-theme-0.0.2 vs _includes/footer.html in awesome-jekyll-theme-0.0.3
- old
+ new
@@ -3,17 +3,17 @@
<footer class="w-full bottom-0">
<hr class="my-8 border-zinc-200">
<div class="container mx-auto">
<div class="flex flex-wrap text-left">
<div class="w-full md:w-6/12 md:px-4">
- <h4 class="text-3xl fonat-semibold">
+ <p class="text-3xl font-semibold">
{{ site.data[site.active_lang].strings.footer.title | default: site.data['en'].strings.footer.title}}
- </h4>
- <h5 class="font-mulish text-lg dark:text-zinc-300 mt-2 mb-2">
+ </p>
+ <p class="font-mulish text-lg dark:text-zinc-300 mt-2 mb-2">
{{ site.data[site.active_lang].strings.footer.description | default:
site.data['en'].strings.footer.description}}
- </h5>
+ </p>
{% include contact_channels.html %}
</div>
<div class="w-full md:w-6/12 md:text-right py-4 md:py-0">
<div class="flex flex-wrap items-top mb-6">
<div class="w-full lg:w-4/12 md:px-4 ml-auto">
@@ -40,10 +40,10 @@
href="https://github.com/a-chacon/awesome-jekyll-theme">Awesome Jekyll
Theme</a>.</p>
<div class="text-sm text-blueGray-500 font-semibold py-1">
Copyright © <span id="get-current-year">{{currentYear}}</span><a
href="https://www.creative-tim.com/product/notus-js" class="text-blueGray-500 hover:text-gray-800"
- target="_blank"> {{site.title}}
+ target="_blank" aria-label="Creative C">{{site.title}}</a>
</div>
</div>
</div>
</div>
</footer>