diff options
Diffstat (limited to 'web/template/header.tmpl')
-rw-r--r-- | web/template/header.tmpl | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/web/template/header.tmpl b/web/template/header.tmpl index 059d353e0..72f17d2a4 100644 --- a/web/template/header.tmpl +++ b/web/template/header.tmpl @@ -16,12 +16,14 @@ <title>{{.instance.Title}} - GoToSocial</title> </head> <body> - <header> - <img src="/assets/logo.png" alt="Instance Logo"/> - <div> - <h1> - {{.instance.Title}} - </h1> - </div> - <div></div> - </header>
\ No newline at end of file + <a href="/" class="nounderline"> + <header> + <img src="/assets/logo.png" alt="Instance Logo"/> + <div> + <h1> + {{.instance.Title}} + </h1> + </div> + <div></div> + </header> + </a>
\ No newline at end of file |