diff --git a/layouts/slides/single.html b/layouts/slides/single.html index be50a2a..e39cf6b 100644 --- a/layouts/slides/single.html +++ b/layouts/slides/single.html @@ -11,6 +11,35 @@ +
+ {{- if .Title }} +

{{ .Title | markdownify }}

+ {{- end }} + + {{- if or (.Params.Date) (.Params.Author) }} +
+ {{- with .Params.Date }} + + {{- end }} + + {{- with .Params.Author }} + by {{ . }} + {{- end }} + + {{- with .Params.LastMod }} + + {{- end }} +
+ {{- end }} + + {{- with .Params.Description }} +

{{ . }}

+ {{- end }} +
+