fix: open the source repo in new tab
This commit is contained in:
parent
e3f7a38dba
commit
60f04cf044
|
@ -21,7 +21,8 @@
|
|||
<body class="flex flex-col h-screen" hx-boost="true">
|
||||
<nav class="custom-bg flex-none h-14 flex flex-row place-content-end items-center shadow">
|
||||
<p>{{if .Header.Title}} Room name: "{{.Header.Title}}"{{end}}</p>
|
||||
<a href="https://git.sunshine.industries/efim/some-automoderation">
|
||||
<a href="https://git.sunshine.industries/efim/some-automoderation"
|
||||
target="_blank">
|
||||
<img src="/static/images/agplv3-with-text-100x42.png" alt="AGPLv3 Free as in Freedom" title="Link to source code of this program, as required by AGPLv3" />
|
||||
</a>
|
||||
{{ if .Base.LoggedIn }}
|
||||
|
|
Loading…
Reference in New Issue