feat: Add photo to marked-up h-chard
1 file changed, 4 insertions(+), 1 deletion(-)
changed files
M src/templates/layout.html → src/templates/layout.html
@@ -6,7 +6,10 @@ <title></title> </head> <body> <header class="h-card"> - <h1 class="p-name">hello world</h1> + <a class="u-url" href="/"> + <img class="u-photo" alt="" src="" /> + <h1 class="p-name">hello world</h1> + </a> </header> <main></main> </body>