diff options
Diffstat (limited to 'juick-www/src/main/webapp')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/layouts/content.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/layouts/content.html b/juick-www/src/main/webapp/WEB-INF/layouts/content.html index 252b817d..00f97833 100644 --- a/juick-www/src/main/webapp/WEB-INF/layouts/content.html +++ b/juick-www/src/main/webapp/WEB-INF/layouts/content.html @@ -31,7 +31,7 @@ <link rel="icon" type="image/png" sizes="16x16" href="//i.juick.com/favicon-16x16.png"/> <link rel="manifest" href="//i.juick.com/manifest.json"/> </head> -<body id="body"> +<body id="body" {% if visitor.uid > 0 %}data-hash="{{visitor.authHash}}"{% endif %}> {% include "views/partial/navigation" %} <section id="content" style="{{ contentStyle | default('') }}" {% if msg | default('') is not empty %}data-mid="{{ msg.mid }}"{% endif %}> |