diff options
| author | lain <lain@soykaf.club> | 2020-06-12 14:17:56 +0000 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-06-12 14:17:56 +0000 |
| commit | fd109fa355ac491b86d1e10fcbfcdd577f1ac4d7 (patch) | |
| tree | c27c2f3b684540b10ef9d4477349b4a8681eb7b2 /static/terms-of-service.html | |
| parent | 1946661911c97651ba5356db22a0ddd00ba04864 (diff) | |
| parent | 48365819d14d80d2aeb7174bca05bf76eee2e8e0 (diff) | |
Merge branch 'develop' into 'chore/improve-default-tos'
# Conflicts:
# static/terms-of-service.html
Diffstat (limited to 'static/terms-of-service.html')
| -rw-r--r-- | static/terms-of-service.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/static/terms-of-service.html b/static/terms-of-service.html index c880b72c..b2c66815 100644 --- a/static/terms-of-service.html +++ b/static/terms-of-service.html @@ -1,8 +1,9 @@ <h4>Terms of Service</h4> -<p>This is the default placeholder ToS. You should change it to fit the needs of your instance.</p> +<p>This is the default placeholder ToS. You should copy it over to your static folder and edit it to fit the needs of your instance.</p> <p>To do so, place a file at <code>"/instance/static/terms-of-service.html"</code> in your Pleroma install containing the real ToS for your instance.</p> +<p>See the <a href='https://docs.pleroma.social/backend/configuration/static_dir/'>Pleroma documentation</a> for more information.</p> <br> -<img src="/static/logo.png" style="display: block; margin: auto;"> +<img src="/static/logo.png" style="display: block; margin: auto; max-width: 100%; height: 50px; object-fit: contain;" /> |
