Browse Source

Update public page title

JoostSijm 6 years ago
parent
commit
7ad276a019
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/modules/backend/templates/layout/public.j2

+ 1 - 1
app/modules/backend/templates/layout/public.j2

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html class="vh-100">
 <head>
-    <title>{{ page.title }} - ssg</title>
+    <title>{{ page.title }} - Democratic Assembly</title>
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <script src="/static/js/main.js"></script>
 </head>