diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-02-12 15:44:36 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-02-12 15:44:36 +0100 |
commit | 82b4d3212c6752745bc6ae58b273b2ceb390bc4f (patch) | |
tree | 7b6f9fecc892eb091ace637b03720a197183e603 /layouts/partials/docs/shared.html | |
parent | 21b245b46560a4fb321c0c38a1bc3c64636f68c0 (diff) |
Add reference to theme as html comment in head
Diffstat (limited to 'layouts/partials/docs/shared.html')
-rw-r--r-- | layouts/partials/docs/shared.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/docs/shared.html b/layouts/partials/docs/shared.html index 91c71b6..2027007 100644 --- a/layouts/partials/docs/shared.html +++ b/layouts/partials/docs/shared.html @@ -1,4 +1,4 @@ -<!-- These templates contains some more complex logic and shared between partials--> +{{/*These templates contains some more complex logic and shared between partials*/}} {{ define "title" }} {{- if .Pages -}} {{ $sections := split (trim .Dir "/") "/" }} |