summary refs log tree commit diff stats
path: root/src/templates/layout.html
diff options
context:
space:
mode:
authorAlan Pearce2017-07-01 11:00:25 +0200
committerAlan Pearce2017-07-01 11:00:25 +0200
commit248c74916e22f397ff95944ac2596b9e40b302e5 (patch)
treea66fa1aeefd025a16b492b2b8c8cfed913b93c4d /src/templates/layout.html
parente5c2da0871ecbc92e2638dcf7dd4d15f12ddcff0 (diff)
downloadhomestead-248c74916e22f397ff95944ac2596b9e40b302e5.tar.lz
homestead-248c74916e22f397ff95944ac2596b9e40b302e5.tar.zst
homestead-248c74916e22f397ff95944ac2596b9e40b302e5.zip
feat: Add photo to marked-up h-chard
Diffstat (limited to 'src/templates/layout.html')
-rw-r--r--src/templates/layout.html5
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>