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