all repos — archive/homestead @ d3dfbb13b7037c9382bd8418e475ac4208216f39

My future indieweb platform

feat: add basic h-card to homepage header

Alan Pearce
commit

d3dfbb13b7037c9382bd8418e475ac4208216f39

parent

7d0ca01038f1a31af38ddf7b156da688f62f2f00

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M src/templates/layout.htmlsrc/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>