diff options
Diffstat (limited to 'layouts/posts')
-rw-r--r-- | layouts/posts/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/posts/baseof.html b/layouts/posts/baseof.html index c58d552..9777d48 100644 --- a/layouts/posts/baseof.html +++ b/layouts/posts/baseof.html @@ -17,7 +17,7 @@ <div class="book-posts"> {{ partial "docs/mobile-header" . }} {{ template "main" . }} - {{ partial "docs/git-footer" . }} + {{ partial "docs/footer" . }} {{ partial "docs/inject/footer" . }} </div> |