diff options
author | Jordi Bares <jordibares@hotmail.com> | 2019-04-04 22:36:51 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-04-09 22:31:24 +0200 |
commit | aa07b876fed0ebcbb15a988fb3768e4f7158f8c8 (patch) | |
tree | 3a1e6ac27d5c1a1e55f4c18ee3813c1d295ccd3f /layouts/posts/baseof.html | |
parent | 3742e6f0f48a66a64ada190d3aa98a6fc211ee24 (diff) |
Remove copyright note and flags, fix bug with paths
Diffstat (limited to 'layouts/posts/baseof.html')
-rw-r--r-- | layouts/posts/baseof.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/posts/baseof.html b/layouts/posts/baseof.html index 6e49ce8..47e0ed5 100644 --- a/layouts/posts/baseof.html +++ b/layouts/posts/baseof.html @@ -19,7 +19,6 @@ {{ template "main" . }} </div> </main> - {{ partial "docs/inject/body" . }} {{ template "_internal/google_analytics_async.html" . }} |