commit 1852148552d2acd49bf4f54007250bb919c8a08a
parent 2dcb07d85da7f9236edb7bedaedee47f34320f20
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Tue, 26 Jun 2018 18:17:12 -0500
Use <span> for subtitle.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/_default/home.html b/layouts/_default/home.html
@@ -2,7 +2,7 @@
<header>
<h1>{{ .Site.Params.title }}</h1>
- {{ with .Site.Params.subtitle }}<aside class="subtitle">{{.}}</aside>{{ end }}
+ {{ with .Site.Params.subtitle }}<span class="subtitle">{{.}}</span>{{ end }}
</header>
{{ .Content }}