mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
31 lines
444 B
HTML
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 %}
|