diff options
Diffstat (limited to 'src/templates/layout.html')
-rw-r--r-- | src/templates/layout.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/layout.html b/src/templates/layout.html index 994ce02..7856917 100644 --- a/src/templates/layout.html +++ b/src/templates/layout.html @@ -5,8 +5,8 @@ <title></title> </head> <body> - <header> - <h1>hello world</h1> + <header class="h-card"> + <h1 class="p-name">hello world</h1> </header> <main></main> </body> |