mirror of
https://github.com/a2nt/cms-niceties.git
synced 2024-10-22 11:05:46 +02:00
FIX: body is-online by default
This commit is contained in:
parent
f9b9eb6f74
commit
33a10bdc1e
@ -5,7 +5,7 @@
|
||||
<% include MetaHead %>
|
||||
</head>
|
||||
|
||||
<body<% with $SiteConfig %> data-default-lng="$Longitude" data-default-lat="$Latitude"<% end_with %>>
|
||||
<body class="is-online"<% with $SiteConfig %> data-default-lng="$Longitude" data-default-lat="$Latitude"<% end_with %>>
|
||||
<div class="wrapper">
|
||||
<% include First %>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user