diff options
Diffstat (limited to 'www/layouts')
-rw-r--r-- | www/layouts/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/layouts/index.html b/www/layouts/index.html index 7b33a6a..7c608f1 100644 --- a/www/layouts/index.html +++ b/www/layouts/index.html @@ -22,7 +22,7 @@ {{ define "content"}} <img id="avatar" src="/avatar.png" alt="My avatar" width="80" height="80" /> - <h1 id="title">Hello! This is <span id="title-name">crupest</span> !</h1> + <h1 id="title">Hello! This is <code>crupest</code> !</h1> <hr /> <section> <p>Welcome to my home page! Nice to meet you here! 🥰</p> @@ -89,4 +89,4 @@ </figcaption> </figure> </section> -{{ end }}
\ No newline at end of file +{{ end }} |