Bold post titles in index

main
Brian Picciano 1 year ago
parent 52d4fdac55
commit b3d3fa7c62
  1. 4
      src/http/tpl/index.html

@ -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…
Cancel
Save