commit | d1741ae66fd154abba0113377921dc097a689eaa | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Wed Nov 29 09:58:53 2017 +0100 |
committer | Akron <nils@diewald-online.de> | Wed Nov 29 09:58:53 2017 +0100 |
tree | 87c922aad4bd65116866b5229cea902565473403 | |
parent | ae8f31c0ea518686068f256b577a98ae616dcc30 [diff] [blame] |
Added advice to enable JavaScript Change-Id: I840c8da5a72733e370014fd060fd38ee0465cc45
diff --git a/templates/layouts/main.html.ep b/templates/layouts/main.html.ep index 763ac98..de56fb0 100644 --- a/templates/layouts/main.html.ep +++ b/templates/layouts/main.html.ep
@@ -54,6 +54,11 @@ % unless ($embedded) { %= include 'partial/header' % } + + + <noscript> + <p id="activate"><%= loc 'activateJS' %></p> + </noscript> <main<% if (stash 'main_class') { %> class="<%= stash 'main_class' %>"<% } %>> %= content