This commit is contained in:
David Eisinger
2023-01-10 22:14:35 -05:00
parent be4d72143b
commit ac258e9aaf
2 changed files with 5 additions and 1 deletions

View File

@@ -42,3 +42,7 @@ footer {
margin-bottom: 12px;
}
}
.nowrap {
white-space: nowrap;
}

View File

@@ -7,7 +7,7 @@
<ul>
{{ range first 5 . }}
<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>
</li>
{{ end }}