about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2020-09-11 21:10:48 +0200
committerAlan Pearce2020-09-11 21:11:08 +0200
commit0d88380b9d4c0731c60739b262fd659bd6c211c8 (patch)
tree2d0e5ba293c0bb31b67834734521c364ca13602f
parent21b8d9838217ee035037954d56b969b5f3a868d7 (diff)
downloadwebsite-0d88380b9d4c0731c60739b262fd659bd6c211c8.tar.xz
website-0d88380b9d4c0731c60739b262fd659bd6c211c8.zip
Remove photo
-rw-r--r--layouts/index.html1
-rw-r--r--themes/xmin/static/css/style.css3
2 files changed, 0 insertions, 4 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 @@
1{{ define "main" -}} 1{{ define "main" -}}
2<main class="h-card"> 2<main class="h-card">
3 <img height="128" width="128" class="u-photo" src="/img/me-thumb.jpg" alt="photo of me" />
4 <h1 class="p-name">Alan Pearce</h1> 3 <h1 class="p-name">Alan Pearce</h1>
5 {{ .Content }} 4 {{ .Content }}
6 <section> 5 <section>
diff --git a/themes/xmin/static/css/style.css b/themes/xmin/static/css/style.css index d8bf127..efa871e 100644 --- a/themes/xmin/static/css/style.css +++ b/themes/xmin/static/css/style.css
@@ -5,9 +5,6 @@ body {
5 max-width: 800px; 5 max-width: 800px;
6 padding: 1em; 6 padding: 1em;
7} 7}
8.u-photo {
9 float:right;
10}
11 8
12/* header and footer areas */ 9/* header and footer areas */
13nav > ul { padding: 0; } 10nav > ul { padding: 0; }