[frontend] linkify header mascot+title (#633)

This commit is contained in:
f0x52 2022-06-08 02:22:52 +02:00 committed by GitHub
commit 99fab9c6b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 9 deletions

View file

@ -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>
<a href="/" class="nounderline">
<header>
<img src="/assets/logo.png" alt="Instance Logo"/>
<div>
<h1>
{{.instance.Title}}
</h1>
</div>
<div></div>
</header>
</a>