You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
easy-rules/site/_layouts/news.html

18 lines
284 B
HTML

---
layout: default
---
<section class="news">
<div class="grid">
<div class="unit four-fifths">
{{ content }}
{% include section_nav.html %}
</div>
{% include docs_contents.html %}
<div class="clear"></div>
</div>
</section>