add edit-this-page partial

This commit is contained in:
Nick Shine 2018-12-03 01:17:01 -06:00 committed by Alexander Shpak
parent 2802bad985
commit e3204d84b3

View file

@ -0,0 +1,9 @@
{{ with .Site.Params.BookEditURL }}
<div class="align-center book-git-footer justify-end">
<div>
<a href="{{ . }}{{ $.File.Path }}" target="_blank" rel="noopener">
<img src="{{ "svg/code-fork.svg" | absURL }}" /> Edit this page
</a>
</div>
</div>
{{ end }}