Aktuelles ausgeblendet

This commit is contained in:
Leo Maroni 2018-06-23 16:38:55 +02:00
parent c28914627e
commit a650e81b7e

View File

@ -31,22 +31,22 @@ layout: page
Wenn die im Koalitionsvertrag angekündigte Anerkennung der Gemeinnützigkeit nun noch dazu käme, wäre dies natürlich noch hilfreicher für die Praxis.
</p>
</section>
<section id="section-news">
<div class="center">
<h2 class="thin-text">Aktuelles</h2>
</div>
<ul class="collection">
{% for post in site.posts limit:5 %}
<li class="collection-item avatar">
<a href="{{ post.url }}"><span class="title">{{ post.title }}</span></a>
<p>
{{ post.description }}
<br>
<i>{{ post.date | date: "%d.%m.%y" }} von {{ post.author }}</i>
</p>
<a href="{{ post.url }}" class="secondary-content"><i class="material-icons">chrome_reader_mode</i></a>
</li>
{% endfor %}
</ul>
</section>
<!--<section id="section-news">-->
<!--<div class="center">-->
<!--<h2 class="thin-text">Aktuelles</h2>-->
<!--</div>-->
<!--<ul class="collection">-->
<!--{% for post in site.posts limit:5 %}-->
<!--<li class="collection-item avatar">-->
<!--<a href="{{ post.url }}"><span class="title">{{ post.title }}</span></a>-->
<!--<p>-->
<!--{{ post.description }}-->
<!--<br>-->
<!--<i>{{ post.date | date: "%d.%m.%y" }} von {{ post.author }}</i>-->
<!--</p>-->
<!--<a href="{{ post.url }}" class="secondary-content"><i class="material-icons">chrome_reader_mode</i></a>-->
<!--</li>-->
<!--{% endfor %}-->
<!--</ul>-->
<!--</section>-->
</div>