diff options
author | Alan Pearce | 2020-09-11 21:10:48 +0200 |
---|---|---|
committer | Alan Pearce | 2020-09-11 21:11:08 +0200 |
commit | 0d88380b9d4c0731c60739b262fd659bd6c211c8 (patch) | |
tree | 2d0e5ba293c0bb31b67834734521c364ca13602f /layouts/index.html | |
parent | 21b8d9838217ee035037954d56b969b5f3a868d7 (diff) | |
download | website-0d88380b9d4c0731c60739b262fd659bd6c211c8.tar.lz website-0d88380b9d4c0731c60739b262fd659bd6c211c8.tar.zst website-0d88380b9d4c0731c60739b262fd659bd6c211c8.zip |
Remove photo
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html index ad04a63..3fe80e9 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,6 +1,5 @@ {{ define "main" -}} <main class="h-card"> - <img height="128" width="128" class="u-photo" src="/img/me-thumb.jpg" alt="photo of me" /> <h1 class="p-name">Alan Pearce</h1> {{ .Content }} <section> |