all repos — website @ 2a226bc9543a032b03fd990dce05dbae5ec32415

My website

Simplify permalink handling

Alan Pearce
commit

2a226bc9543a032b03fd990dce05dbae5ec32415

parent

8568ada6ddde91e4cd53ae2351385bca4d7d6531

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M layouts/index.htmllayouts/index.html
@@ -8,7 +8,7 @@ <h2>Latest Posts</h2>
<ul> {{- range first 3 .Site.RegularPages }} <li class="h-entry"> - <a class="u-url p-name" href="{{ .RelPermalink | strings.TrimRight "/" }}">{{ .Title }}</a> + <a class="u-url p-name" href="{{ .RelPermalink }}">{{ .Title }}</a> <time class="dt-published" datetime="{{ .Date.Format "2006-01-02T15:04:05Z" }}">{{ .Date.Format "Monday, 2 January 2006" }}</time> </li> {{- end }}