Remove photo
Alan Pearce alan@alanpearce.eu
Fri, 11 Sep 2020 21:10:48 +0200
2 files changed, 0 insertions(+), 4 deletions(-)
M layouts/index.html → 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>
M themes/xmin/static/css/style.css → themes/xmin/static/css/style.css
@@ -5,9 +5,6 @@ margin: auto; max-width: 800px; padding: 1em; } -.u-photo { - float:right; -} /* header and footer areas */ nav > ul { padding: 0; }