diff options
author | Alan Pearce | 2020-01-11 18:53:29 +0100 |
---|---|---|
committer | Alan Pearce | 2020-01-11 18:53:29 +0100 |
commit | 531f4912d91adea64144dd0bce737e5c608caa4e (patch) | |
tree | 33a249f6a3f8edb9e296ce86cd62e322b24ac7a3 /layouts | |
parent | 857d20052a7bf0454c1b02015e697b25f10a69dd (diff) | |
download | website-531f4912d91adea64144dd0bce737e5c608caa4e.tar.lz website-531f4912d91adea64144dd0bce737e5c608caa4e.tar.zst website-531f4912d91adea64144dd0bce737e5c608caa4e.zip |
Show photo
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/index.html b/layouts/index.html index 9047132..25eaf74 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,5 +1,6 @@ {{ define "main" -}} <main class="h-card"> + <img height="128" width="128" class="u-photo" src="/img/me-thumb.jpg" /> <h1 class="p-name">Alan Pearce</h1> <section class="p-note"> {{ .Content }} |