aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--priv/static/instance/panel.html4
-rw-r--r--priv/static/static/config.json3
2 files changed, 6 insertions, 1 deletions
diff --git a/priv/static/instance/panel.html b/priv/static/instance/panel.html
new file mode 100644
index 000000000..ae9647837
--- /dev/null
+++ b/priv/static/instance/panel.html
@@ -0,0 +1,4 @@
+<div style="margin-left:12px; margin-right:12px">
+<p>This is a <a href="https://pleroma.social" target="_blank">Pleroma</a> instance.</p>
+</div>
+
diff --git a/priv/static/static/config.json b/priv/static/static/config.json
index 8e4b21cad..50bf888af 100644
--- a/priv/static/static/config.json
+++ b/priv/static/static/config.json
@@ -3,5 +3,6 @@
"background": "/static/bg.jpg",
"logo": "/static/logo.png",
"defaultPath": "/main/all",
- "chatDisabled": false
+ "chatDisabled": false,
+ "showInstanceSpecificPanel": true
}