Sfoglia il codice sorgente

updated footer logo to height 42

tags/v1.0.0^2
djagoo 4 anni fa
parent
commit
efe7f31313
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      layouts/partials/footer.html

+ 1
- 1
layouts/partials/footer.html Vedi File

@@ -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>

Loading…
Annulla
Salva