summaryrefslogtreecommitdiff
path: root/priv/static/instance
diff options
context:
space:
mode:
authorlambda <pleromagit@rogerbraun.net>2018-04-21 08:05:36 +0000
committerlambda <pleromagit@rogerbraun.net>2018-04-21 08:05:36 +0000
commitd0b1c498a0c294e99160c01e8e43d6891b1922bc (patch)
treeb760e1d7823b4d7d56868b65868b839f8ca44d3e /priv/static/instance
parentb7669c6efe689d40780c30a4feb0f06f8d1d1f2d (diff)
parent90ad55b8ffc0743f2c3b01c264a52d8e128e5f61 (diff)
downloadpleroma-d0b1c498a0c294e99160c01e8e43d6891b1922bc.tar.gz
pleroma-d0b1c498a0c294e99160c01e8e43d6891b1922bc.zip
Merge branch '146-enable-custom-panel-by-default-and-have-default-content' into 'develop'
Resolve "Enable custom panel by default and have default content" Closes #146 See merge request pleroma/pleroma!124
Diffstat (limited to 'priv/static/instance')
-rw-r--r--priv/static/instance/panel.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/priv/static/instance/panel.html b/priv/static/instance/panel.html
index ae9647837..7e73e4824 100644
--- a/priv/static/instance/panel.html
+++ b/priv/static/instance/panel.html
@@ -1,4 +1,5 @@
<div style="margin-left:12px; margin-right:12px">
-<p>This is a <a href="https://pleroma.social" target="_blank">Pleroma</a> instance.</p>
+<p>Welcome to <a href="https://pleroma.social" target="_blank">Pleroma!</a></p>
+<p><a href="/main/all">Pleroma FE</a> | <a href="/web">Mastodon FE</a></p>
</div>