mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-06-06 07:42:36 +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 }}
|
||||
<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="" />
|
||||
<span>{{ i18n "Edit this page" }}</span>
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user