diff options
-rw-r--r-- | src/http/tpl/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/tpl/index.html b/src/http/tpl/index.html index 68cfbb9..9b03531 100644 --- a/src/http/tpl/index.html +++ b/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 }} |