fix package, adapt to proper Route structure

This commit is contained in:
f0x 2021-06-21 18:58:32 +02:00
commit 9d7659948d
7 changed files with 60 additions and 27 deletions

View file

@ -6,11 +6,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/assets/bundle.css">
<title>{{.instancename}} - GoToSocial</title>
<title>{{.instance.Title}} - GoToSocial</title>
</head>
<body>
<header>
<h1>
{{.instancename}}
{{.instance.Title}}
</h1>
</header>