simple subtitle

:)
This commit is contained in:
icf20 2020-10-19 22:54:04 +02:00 committed by GitHub
parent 11e7081662
commit 85bb5b89e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@
<div class="single__nojs">{{ i18n "nojs-message" }}</div>
<script>document.querySelector('.single').classList.remove('hide'); document.querySelector('.single__nojs').classList.add('hide');</script>
<h2 class="single__title" data-ani="{{ $.Site.Params.enableUiAnimation | default "true" }}">{{ .Title }}</h2>
<h3><span class="subtitle">{{ .Params.subtitle }}</span></h3>
<div class="single__meta">
{{ partial "body/infos" . }}
{{ partial "body/tags" . }}
@ -107,4 +108,4 @@
});
</script>
{{ partial "script/single-script" . }}
{{ end }}
{{ end }}