---
layout: default
ref: index
lang: en
---

<h1 class="page-heading">{{site.description[page.lang]}}</h1>

<div>
  <img src= "{{ "/images/logo_support_en.png" | prepend: site.baseurl }}" alt="JLU GitLab logo remix">
</div>

<p></p>

<div class="home">

  <h2 class="page-heading">News</h2>

  <ul class="post-list">
    {% assign posts=site.posts | where:"lang", page.lang %}
    {% for post in posts %}
      <li>
        <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>

        <h3>
          <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
        </h3>
      </li>
    {% endfor %}
  </ul>

  <p class="rss-subscribe"><a href="{{ "/feed.xml" | prepend: site.baseurl }}">get RSS feed</a></p>

</div>