all repos — homestead @ 2f7943de02dcad91004ee3b2f99bf62ce8faeadf

Code for my website

Remove photo

Alan Pearce
commit

2f7943de02dcad91004ee3b2f99bf62ce8faeadf

parent

c4ae440aca9ef7b7723f28baa1466dc71c8004cc

2 files changed, 0 insertions(+), 4 deletions(-)

jump to
M layouts/index.htmllayouts/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.cssthemes/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; }