diff options
Diffstat (limited to 'themes/hugo-theme-stack/layouts/partials/data/description.html')
-rw-r--r-- | themes/hugo-theme-stack/layouts/partials/data/description.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/themes/hugo-theme-stack/layouts/partials/data/description.html b/themes/hugo-theme-stack/layouts/partials/data/description.html deleted file mode 100644 index 7f6cc32..0000000 --- a/themes/hugo-theme-stack/layouts/partials/data/description.html +++ /dev/null @@ -1,17 +0,0 @@ -<!-- Use site subtitle by default --> -{{ $description := .Site.Params.sidebar.subtitle }} - -<!-- Seprate description exists --> -{{ if .Site.Params.description }} - {{ $description = .Site.Params.description }} -{{ end }} - -{{ if .Description }} - <!-- Page description exists --> - {{ $description = .Description }} -{{ else if .IsPage }} - <!-- Use page summary --> - {{ $description = .Summary }} -{{ end }} - -{{ return (replaceRE "\n" " " $description | plainify) }}
\ No newline at end of file |