mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
9641fe490b
* fix tabs in xm157 * use rollup, remove grunt, fix scss build * add svg bundler. rework to use svg element instead of images
1.3 KiB
1.3 KiB
title | layout | group | order | short | parent |
---|---|---|---|---|---|
News | default | mainNav | 2 | posts |
ACE Posts
-
{% for post in site.posts %}
-
{{ post.title }}
<div class="meta"> <time>{{ post.date | date: "%Y-%m-%d"}}</time> </div> </header> {{ post.excerpt }} <footer> <a class="button button--icon small" href="{{ post.url }}"> <span>Read more</span> <i class="icon icon--white" aria-hidden="true"> <svg> <use href="/dist/icons.svg#chevronright" /> </svg> </i> </a> </footer> </article> <hr/> </li> {% endfor %} </ul> </div>