diff options
author | Alan Pearce | 2020-01-19 17:22:11 +0100 |
---|---|---|
committer | Alan Pearce | 2020-01-19 17:28:07 +0100 |
commit | c649194fdc77889ca282c2f42507d777b3b933f6 (patch) | |
tree | 66d3e535b03a22a7fa94ca22dc75e5c9f7a672e4 /layouts/index.html | |
parent | ad0eccb9c649571c140e436f385d944a8b6a03f1 (diff) | |
download | website-c649194fdc77889ca282c2f42507d777b3b933f6.tar.lz website-c649194fdc77889ca282c2f42507d777b3b933f6.tar.zst website-c649194fdc77889ca282c2f42507d777b3b933f6.zip |
Make markup html5 compatible
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/layouts/index.html b/layouts/index.html index 2478aa6..18f6806 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,10 +1,8 @@ {{ define "main" -}} <main class="h-card"> - <img height="128" width="128" class="u-photo" src="/img/me-thumb.jpg" /> + <img height="128" width="128" class="u-photo" src="/img/me-thumb.jpg" alt="photo of me" /> <h1 class="p-name">Alan Pearce</h1> - <section class="p-note"> - {{ .Content }} - </section> + {{ .Content }} <section> <h2>Latest Posts</h2> <ul> |