_layouts/privacyPolicy.html in appscms-tools-theme-0.4.7 vs _layouts/privacyPolicy.html in appscms-tools-theme-0.4.8

- old
+ new

@@ -1,11 +1,11 @@ {% assign file = page.fileName %} {% assign folder = page.folderName %} {% assign lang = page.lang %} {% assign privacyData = site.data[folder][lang][file] %} <!DOCTYPE html> -<html lang="en" data-tool="landing"> +<html lang="{{privacyData.htmlLangAtt}}"> {% include head/index.html %} <body> {% include header/index.html %} {%- include dropdown/langdropdown.html -%} <div class="container py-4"> @@ -37,9 +37,12 @@ {%- endif -%} {%- if item.h6 -%} <h6> {{item.h6}} </h6> {%- endif -%} {%- endfor -%} + </div> + <div> + {{content}} </div> </div> {% include footer/index.html %} {% include script.html %} </body> \ No newline at end of file