chore: optimize footer image
This commit is contained in:
parent
c87e893046
commit
77e0b604e1
1 changed files with 1 additions and 7 deletions
|
@ -1,13 +1,7 @@
|
|||
<!--suppress ALL -->
|
||||
<div class="mt-12 py-8 border-t-2 flex flex-col md:flex-row justify-between items-center">
|
||||
<div class="flex flex-col mb-4 md:mb-0 md:flex-row items-center flex-1">
|
||||
<div class="h-20 w-20">
|
||||
<img
|
||||
class="inline-block h-20 w-20 mr-2"
|
||||
src="/assets/img/avatar.webp"
|
||||
alt={{ site.name }}
|
||||
loading="lazy" />
|
||||
</div>
|
||||
{% image './src/assets/img/avatar.webp', site.name, 'inline-block h-20 w-20 mr-2', '80px' %}
|
||||
<span class="text-lg font-medium">{{ site.name }}</span>
|
||||
</div>
|
||||
<p class="text-sm flex-1">{{ site.description }}</p>
|
||||
|
|
Reference in a new issue