Make “–” in description optional.
This commit is contained in:
parent
fbae23fd21
commit
bdbf3218b2
|
@ -1,7 +1,7 @@
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="title" href="{{ .Site.Home.URL }}">{{ .Site.Title }}</a>
|
<a class="title" href="{{ .Site.Home.URL }}">{{ .Site.Title }}</a>
|
||||||
{{- with .Site.Params.subtitle }}
|
{{- with .Site.Params.subtitle }}
|
||||||
<span class="description">– {{ . }}</span>
|
<span class="description">{{ . }}</span>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</div>
|
</div>
|
||||||
<div class="nav nav-top">
|
<div class="nav nav-top">
|
||||||
|
|
|
@ -23,6 +23,11 @@ body>*
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header .description::before
|
||||||
|
{
|
||||||
|
content: " – ";
|
||||||
|
}
|
||||||
|
|
||||||
.header .description
|
.header .description
|
||||||
{
|
{
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
|
|
Reference in New Issue
Block a user