Files
ResInsight/news/index.html
2018-05-22 14:30:38 +02:00

31 lines
444 B
HTML

---
layout: news
title: Download
permalink: /news/
author: all
---
<div class="grid">
<div class="unit one-third">
</div>
<div class="unit one-third">
</div>
<div class="unit one-third">
<p>
<a href="{{ site.baseurl }}/project/releasenotification">Sign up </a>to be notified of new releases
</p>
</div>
</div>
{% for post in site.posts %}
{% include news_item.html %}
{% endfor %}