all repos — archive/homestead @ 248c74916e22f397ff95944ac2596b9e40b302e5

My future indieweb platform

feat: Add photo to marked-up h-chard

Alan Pearce
commit

248c74916e22f397ff95944ac2596b9e40b302e5

parent

e5c2da0871ecbc92e2638dcf7dd4d15f12ddcff0

1 file changed, 4 insertions(+), 1 deletion(-)

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