diff options
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r-- | layouts/_default/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index a00e5e2..7abc75e 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -24,7 +24,7 @@ <footer class="book-footer"> {{ template "footer" . }} <!-- Footer under page content --> - {{ partial "docs/inject/footer" . }} + {{ partial "docs/inject/footer" . }} </footer> {{ template "comments" . }} <!-- Comments block --> |