nowrap
This commit is contained in:
@@ -42,3 +42,7 @@ footer {
|
|||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nowrap {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
{{ range first 5 . }}
|
{{ range first 5 . }}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ .u }}">{{ .d }}</a> ({{ dateFormat "2006-01-02" .dt }})
|
<a href="{{ .u }}">{{ .d }}</a> <span class="nowrap">({{ dateFormat "2006-01-02" .dt }})</span>
|
||||||
<p>{{ .n }}</p>
|
<p>{{ .n }}</p>
|
||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user