summary refs log tree commit diff stats
path: root/src/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/layout.html')
-rw-r--r--src/templates/layout.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/layout.html b/src/templates/layout.html
index 994ce02..7856917 100644
--- a/src/templates/layout.html
+++ b/src/templates/layout.html
@@ -5,8 +5,8 @@
     <title></title>
   </head>
   <body>
-    <header>
-      <h1>hello world</h1>
+    <header class="h-card">
+      <h1 class="p-name">hello world</h1>
     </header>
     <main></main>
   </body>