all repos — homestead @ b77e023b9cfd5cd3a1315cd23258302599fd79b9

Code for my website

Make markup html5 compatible

Alan Pearce
commit

b77e023b9cfd5cd3a1315cd23258302599fd79b9

parent

bf399c9e9e7ccd007932e7e0d813e1d83cb06b3b

1 file changed, 2 insertions(+), 4 deletions(-)

changed files
M layouts/index.htmllayouts/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>