about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2020-01-11 18:53:14 +0100
committerAlan Pearce2020-01-11 18:53:14 +0100
commit857d20052a7bf0454c1b02015e697b25f10a69dd (patch)
tree6caaae82c79ff93a563ccc7623e1844ed828b625
parentfd99649c5f99db92528e015fd317a5b0fc8ab636 (diff)
downloadwebsite-857d20052a7bf0454c1b02015e697b25f10a69dd.tar.lz
website-857d20052a7bf0454c1b02015e697b25f10a69dd.tar.zst
website-857d20052a7bf0454c1b02015e697b25f10a69dd.zip
Make homepage microformats-friendly
-rw-r--r--content/_index.md4
-rw-r--r--layouts/index.html5
2 files changed, 4 insertions, 5 deletions
diff --git a/content/_index.md b/content/_index.md index 2090377..3380f3e 100644 --- a/content/_index.md +++ b/content/_index.md
@@ -1,7 +1,5 @@
1--- 1---
2title: "Home" 2title: "Home"
3--- 3---
4## Hello 4I live in Berlin, where I work as a Full-stack Developer. I mostly write about Emacs and
5Hi. My name is Alan, I live in Berlin, where I work as a
6Full-stack Developer. I mostly write about Emacs and
7development-related topics. 5development-related topics.
diff --git a/layouts/index.html b/layouts/index.html index 8aebc2d..9047132 100644 --- a/layouts/index.html +++ b/layouts/index.html
@@ -1,6 +1,7 @@
1{{ define "main" -}} 1{{ define "main" -}}
2<main> 2<main class="h-card">
3 <section> 3 <h1 class="p-name">Alan Pearce</h1>
4 <section class="p-note">
4 {{ .Content }} 5 {{ .Content }}
5 </section> 6 </section>
6 <section> 7 <section>