diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-02-12 22:12:41 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-02-12 22:12:41 +0100 |
commit | 2088c9a0cb5e41554ad450a464b54f4c628e712b (patch) | |
tree | 1a5055daacaba1f5078cfc1a942f30630a894156 /layouts/partials/docs/title.html | |
parent | 59479b17ac06d4f0bccb5d3a2bcc88af4928ba4d (diff) |
Add support for hugo menus
Diffstat (limited to 'layouts/partials/docs/title.html')
-rw-r--r-- | layouts/partials/docs/title.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/docs/title.html b/layouts/partials/docs/title.html index f32e8da..ffe858a 100644 --- a/layouts/partials/docs/title.html +++ b/layouts/partials/docs/title.html @@ -1,3 +1,7 @@ +<!-- + Partial to generate page name from Title or File name. + Accepts Page as context +--> {{ $title := "" }} {{ if .Title }} |