Add nobreak class to the time element in the blog list
This commit is contained in:
parent
1d94feb712
commit
bef10cb7d2
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
<header>
|
||||
<h2><a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
</h2>
|
||||
<time datetime="{{ .Date | time.Format " 2006-01-02" }}">{{ .Date | time.Format "Jan 2, 2006" }}</time>
|
||||
<time class="nobreak" datetime="{{ .Date | time.Format " 2006-01-02" }}">{{ .Date | time.Format "Jan 2, 2006" }}</time>
|
||||
{{ partial "development/draft_tag.html" . }}
|
||||
</header>
|
||||
{{ if .Description }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue