_layouts/post.html in jekyll-theme-mdui-0.4.9.2 vs _layouts/post.html in jekyll-theme-mdui-0.4.9.3

- old
+ new

@@ -1,4 +1,12 @@ --- 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 %} \ No newline at end of file