Bold post titles in index
This commit is contained in:
parent
52d4fdac55
commit
b3d3fa7c62
@ -14,9 +14,9 @@
|
||||
<ul>
|
||||
{{ range .Payload.Posts }}
|
||||
<li>
|
||||
<a href="{{ PostURL .ID }}">
|
||||
<strong><a href="{{ PostURL .ID }}">
|
||||
{{ DateTimeFormat .PublishedAt }} / {{ .Title }}
|
||||
</a>
|
||||
</a></strong>
|
||||
{{ if .Description }}
|
||||
<br/><em>{{ .Description }}</em>
|
||||
{{ end }}
|
||||
|
Loading…
Reference in New Issue
Block a user