Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/pages/title.html')
-rw-r--r--layouts/partials/pages/title.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/pages/title.html b/layouts/partials/pages/title.html
index d2b96e5..76e9b13 100644
--- a/layouts/partials/pages/title.html
+++ b/layouts/partials/pages/title.html
@@ -6,6 +6,9 @@
{{ with .Params.subtitle }}
<h2>{{ . }}</h2>
{{ end }}
+ {{ with .Params.subtitle2 }}
+ <h3>{{ . }}</h3>
+ {{ end }}
{{/* Period */}}
{{ if .Params.startDate }}