_layouts/disclaimer.html in word-games-theme-0.9.3 vs _layouts/disclaimer.html in word-games-theme-0.9.4
- old
+ new
@@ -3,12 +3,13 @@
{% assign lang = page.lang %}
{% assign disclaimerData = site.data[folder][lang][file] %}
<!DOCTYPE html>
<html lang="{{disclaimerData.htmlLangAtt}}">
{%- include head/index.html -%}
+
<body>
- {%- include header/index.html -%}
+ {%- include header/index.html -%}
<!-- Start page-top section -->
<section class="page-top-section">
<div class="container">
<div class="row justify-content-between align-items-center">
@@ -108,9 +109,11 @@
</p>
</div>
</section>
<!-- End main body content -->
- {%- include footer/index.html -%}
+ {%- include footer/index.html -%}
+
+ {%- include script.html -%}
</body>
</html>
\ No newline at end of file