_layouts/post.html in jekyll-theme-mdui-0.5.2.4 vs _layouts/post.html in jekyll-theme-mdui-0.5.3

- old
+ new

@@ -1,13 +1,13 @@ ---- -layout: default ---- - {% if site.data.site.uiux.meng == true %} - {% if site.data.meng.head_card.switch == true %} - {% assign num = site.data.meng.head_card.offset_level %} - {% for i in (1..num) %} - <div class="head_card-offset"></div> - {% endfor %} - {% endif %} - {% endif %} -{% include content/page_content.html %} +--- +layout: default +--- + {% if site.data.site.uiux.meng == true %} + {% if site.data.meng.head_card.switch == true %} + {% assign num = site.data.meng.head_card.offset_level %} + {% for i in (1..num) %} + <div class="head_card-offset"></div> + {% endfor %} + {% endif %} + {% endif %} +{% include content/page_content.html %} {% include content/component/imgboxed.html %} \ No newline at end of file