aboutsummaryrefslogtreecommitdiff
path: root/static/config.json
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-02-16 17:44:36 +0100
committerRoger Braun <roger@rogerbraun.net>2017-02-16 17:44:36 +0100
commitce5b3d4c924d6e94b6fbde3c50fdb209e4ec1fab (patch)
tree1ab3d018a65d8b13196bed48fa40e16e400e9fdf /static/config.json
parenta3b2be09b3acab977682cc4cc4cebc7d9229f036 (diff)
Add logo.
Diffstat (limited to 'static/config.json')
-rw-r--r--static/config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/config.json b/static/config.json
index d522e7e2..fb8d4015 100644
--- a/static/config.json
+++ b/static/config.json
@@ -1,5 +1,6 @@
{
"name": "Pleroma FE",
"theme": "base16-ashes.css",
- "background": "/static/bg.jpg"
+ "background": "/static/bg.jpg",
+ "logo": "/static/logo.png"
}