summary refs log tree commit diff stats
path: root/src/templates/layout.html
diff options
context:
space:
mode:
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>