mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-06-07 08:12:34 +00:00
Update footer.html (#718)
This commit is contained in:
parent
4ebdff516a
commit
3fed7a482b
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
{{ if and .File .Site.Params.BookRepo .Site.Params.BookEditPath }}
|
{{ if and .File .Site.Params.BookRepo .Site.Params.BookEditPath }}
|
||||||
<div>
|
<div>
|
||||||
<a class="flex align-center" href="{{ partial "docs/links/edit" . }}" target="_blank" rel="noopener">
|
<a class="flex align-center" href="{{ partial "docs/links/edit" . }}" target="_blank" rel="noopener edit">
|
||||||
<img src="{{ "svg/edit.svg" | relURL }}" class="book-icon" alt="" />
|
<img src="{{ "svg/edit.svg" | relURL }}" class="book-icon" alt="" />
|
||||||
<span>{{ i18n "Edit this page" }}</span>
|
<span>{{ i18n "Edit this page" }}</span>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user