about summary refs log tree commit diff stats
path: root/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/layouts/index.html b/layouts/index.html index 2478aa6..18f6806 100644 --- a/layouts/index.html +++ b/layouts/index.html
@@ -1,10 +1,8 @@
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" /> 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> 4 <h1 class="p-name">Alan Pearce</h1>
5 <section class="p-note"> 5 {{ .Content }}
6 {{ .Content }}
7 </section>
8 <section> 6 <section>
9 <h2>Latest Posts</h2> 7 <h2>Latest Posts</h2>
10 <ul> 8 <ul>