diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-02-14 22:21:23 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-02-14 22:21:23 +0100 |
| commit | 1d64b7621176e25fedd98553c282c56242d38571 (patch) | |
| tree | 0e10bdb8b50a8b0c8aaa2a708217e77b4305205a /src/App.vue | |
| parent | 340b21475d94542e1ddb7c34f192749c229b58eb (diff) | |
Add basic configuration module, make it work for title and theme.
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 5d5463fb..d2b07d2b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,7 +3,7 @@ <nav class='container base01-background base04'> <div class='inner-nav'> <div class='item'> - <a route-to='friends-timeline' href="#">Pleroma FE</a> + <a route-to='friends-timeline' href="#">{{sitename}}</a> </div> <style-switcher></style-switcher> </div> |
