diff options
Diffstat (limited to 'layouts/partials/docs')
-rw-r--r-- | layouts/partials/docs/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/docs/footer.html b/layouts/partials/docs/footer.html index 3a5f26e..9ee8853 100644 --- a/layouts/partials/docs/footer.html +++ b/layouts/partials/docs/footer.html @@ -15,7 +15,7 @@ {{ end }} {{ end }} - {{ if and .File .GitInfo .Site.Params.BookRepo .Site.Params.BookEditPath }} + {{ if and .File .Site.Params.BookRepo .Site.Params.BookEditPath }} <div> <a class="flex align-center" href="{{ .Site.Params.BookRepo }}/{{ .Site.Params.BookEditPath }}/{{ .File.Path }}" target="_blank"> <img src="{{ "svg/edit.svg" | relURL }}" alt="Edit" /> |