mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-26 15:33:33 -06:00
fix package, adapt to proper Route structure
This commit is contained in:
parent
8041fd04e1
commit
9d7659948d
7 changed files with 60 additions and 27 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue