Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/meghna-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordjagoo <dev@djagoo.io>2020-06-29 10:05:35 +0300
committerGitHub <noreply@github.com>2020-06-29 10:05:35 +0300
commitefe7f313130255bbd2ed28887397457f37b3d7fc (patch)
tree650b3c6739271d573f99b7a3264df1db8071f137
parent9c44629f80ed29eb1d58377bdcbaa4b11a73d859 (diff)
updated footer logo to height 42
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index eacff57..c94466a 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -16,7 +16,7 @@
{{"<!-- copyright -->" | safeHTML}}
<div class="copyright text-center">
<a href="{{ site.Home.Permalink }}">
- <img src="{{ site.Params.logo | absURL }}" alt="{{ site.Title }}" />
+ <img src="{{ site.Params.logo | absURL }}" alt="{{ site.Title }}" height="42" />
</a>
<br>
<p>{{ site.Params.copyright | markdownify }}</p>