view news.md @ 166:afa95c42b86b

new files for 5.1 release * NEWS-5.1.md, _posts/2019-03-01-octave-5.1-released.markdown: New files.
author John W. Eaton <jwe@octave.org>
date Fri, 01 Mar 2019 10:33:04 -0500
parents 1222b6208a70
children 585fc24ed727
line wrap: on
line source

---
layout: page
title: News
menu: true
---

<section>
  <div class="row">
    <div class="columns small-12">
      {% for post in site.posts %}
      <div class="panel callout">
        {% if post == site.posts.first %}
        <a class="right" href="{{ "/feed.xml" | relative_url }}">
          <span class="label warning">
            RSS
          </span>
        </a>
        {% endif %}
        {% if post.title == "News Archive" %}
        <h3 class="entry-title">
          <a href="{{ post.url | relative_url }}">{{ post.title }}</a>
        </h3>
        {% else %}
        <h3 class="entry-title">
          <a href="{{ post.url | relative_url }}">{{ post.title }}</a>
        </h3>
        <p class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</p>
        <div class="entry-content">
          {{ post.excerpt }}
        </div>
        {% endif %}
      </div>
      {% endfor %}
    </div>
  </div>
</section>