diff options
Diffstat (limited to 'src/templates/layout.html')
-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> |