all repos — website @ 91796f21c74558ec438f3b346ae95d125333a0a9

My website

Add h-feed support

Alan Pearce
commit

91796f21c74558ec438f3b346ae95d125333a0a9

parent

d4f13dda5ab01a0f4dc0609b6d81205de3fbb93b

1 file changed, 3 insertions(+), 3 deletions(-)

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