diff options
author | Alan Pearce | 2017-07-01 11:00:25 +0200 |
---|---|---|
committer | Alan Pearce | 2017-07-01 11:00:25 +0200 |
commit | 248c74916e22f397ff95944ac2596b9e40b302e5 (patch) | |
tree | a66fa1aeefd025a16b492b2b8c8cfed913b93c4d /src/templates | |
parent | e5c2da0871ecbc92e2638dcf7dd4d15f12ddcff0 (diff) | |
download | homestead-248c74916e22f397ff95944ac2596b9e40b302e5.tar.lz homestead-248c74916e22f397ff95944ac2596b9e40b302e5.tar.zst homestead-248c74916e22f397ff95944ac2596b9e40b302e5.zip |
feat: Add photo to marked-up h-chard
Diffstat (limited to 'src/templates')
-rw-r--r-- | src/templates/layout.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/templates/layout.html b/src/templates/layout.html index 7856917..6e32bb4 100644 --- a/src/templates/layout.html +++ b/src/templates/layout.html @@ -6,7 +6,10 @@ </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> |