feat: add basic h-card to homepage header
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M src/templates/layout.html → src/templates/layout.html
@@ -5,8 +5,8 @@ <meta charset="utf-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>