diff options
author | Nick Shine <shine.nick@gmail.com> | 2018-12-03 01:21:05 -0600 |
---|---|---|
committer | Alexander Shpak <alex-shpak@users.noreply.github.com> | 2018-12-07 15:03:15 +0100 |
commit | 3bb53572c2ac6b3b74c4e753ebff21ad6f8e6a68 (patch) | |
tree | e7f714689c9701c3c18003af91503e50ef27c4a1 /layouts/docs | |
parent | e3204d84b3c60d7c38e84b467ea19bdb4a7bcc63 (diff) |
add flex for edit-this-page div
Diffstat (limited to 'layouts/docs')
-rw-r--r-- | layouts/docs/baseof.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html index 9623041..cbcc35a 100644 --- a/layouts/docs/baseof.html +++ b/layouts/docs/baseof.html @@ -29,6 +29,7 @@ <div class="book-page"> {{ partial "docs/mobile-header" . }} {{ template "main" . }} + {{ partial "docs/git-footer" . }} </div> {{ template "toc" . }} |