diff options
-rw-r--r-- | content/_index.md | 4 | ||||
-rw-r--r-- | layouts/index.html | 5 |
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 @@ --- title: "Home" --- -## Hello -Hi. My name is Alan, I live in Berlin, where I work as a -Full-stack Developer. I mostly write about Emacs and +I live in Berlin, where I work as a Full-stack Developer. I mostly write about Emacs and development-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 @@ {{ define "main" -}} -<main> - <section> +<main class="h-card"> + <h1 class="p-name">Alan Pearce</h1> + <section class="p-note"> {{ .Content }} </section> <section> |