summaryrefslogtreecommitdiff
path: root/layouts/partials/docs/git-footer.html
blob: d7e34b8c747947c4351840a886f31f3beadf7335 (plain)
1
2
3
4
5
6
7
8
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 }}