This commit is contained in:
parent
ae5dfa8cb6
commit
6380a3ee9b
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
{{ with site.GetPage "_index.md" }}
|
||||
<div class="w-full flex flex-row justify-between items-center">
|
||||
<a class="flex justify-center items-center mb-2 sm:mb-0" aria-label="Back to home" href="/">
|
||||
<img class="h-[40.2667px]" alt="{{ .Params.logoAlt }}" src="{{ .Params.logo }}" loading="lazy" />
|
||||
<img class="sm:block hidden h-[40.2667px]" alt="{{ .Params.logoAlt }}" src="{{ .Params.logo }}" loading="lazy" />
|
||||
</a>
|
||||
<p class="text-center">Copyright © {{ now.Year }} <strong>{{ .Params.copyname }}</strong>. All rights reserved.</p>
|
||||
<div class="flex flex-row gap-2 items-center">
|
||||
|
|
2
themes/mir/static/css/tailwind.min.css
vendored
2
themes/mir/static/css/tailwind.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue