fix: open the source repo in new tab

This commit is contained in:
efim 2023-11-27 07:01:55 +00:00
parent e3f7a38dba
commit 60f04cf044
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@
<body class="flex flex-col h-screen" hx-boost="true"> <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"> <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> <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" /> <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> </a>
{{ if .Base.LoggedIn }} {{ if .Base.LoggedIn }}