summaryrefslogtreecommitdiff
path: root/web/template/frontend.tmpl
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-02-21 16:11:11 +0100
committerLibravatar GitHub <noreply@github.com>2024-02-21 16:11:11 +0100
commit5aca09b59e3d467df301ac29a35960354b74cf28 (patch)
tree895f44259897187babb71c3ea31218e17d8515bb /web/template/frontend.tmpl
parent[bugfix] Fix wide images being squished when used as instance avatar (#2669) (diff)
downloadgotosocial-5aca09b59e3d467df301ac29a35960354b74cf28.tar.xz
[chore] Rename frontend.tmpl to settings.tmpl, remove unused "lightgray" class (#2674)
Diffstat (limited to 'web/template/frontend.tmpl')
-rw-r--r--web/template/frontend.tmpl24
1 files changed, 0 insertions, 24 deletions
diff --git a/web/template/frontend.tmpl b/web/template/frontend.tmpl
deleted file mode 100644
index 8e5267f4a..000000000
--- a/web/template/frontend.tmpl
+++ /dev/null
@@ -1,24 +0,0 @@
-{{- /*
-// GoToSocial
-// Copyright (C) GoToSocial Authors admin@gotosocial.org
-// SPDX-License-Identifier: AGPL-3.0-or-later
-//
-// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU Affero General Public License as published by
-// the Free Software Foundation, either version 3 of the License, or
-// (at your option) any later version.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU Affero General Public License for more details.
-//
-// You should have received a copy of the GNU Affero General Public License
-// along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/ -}}
-
-{{- with . }}
-<main class="lightgray">
- <div id="root"></div>
-</main>
-{{- end }} \ No newline at end of file