diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
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> |