Aktuelles ausgeblendet
This commit is contained in:
parent
c28914627e
commit
a650e81b7e
36
index.html
36
index.html
@ -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.
|
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>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<section id="section-news">
|
<!--<section id="section-news">-->
|
||||||
<div class="center">
|
<!--<div class="center">-->
|
||||||
<h2 class="thin-text">Aktuelles</h2>
|
<!--<h2 class="thin-text">Aktuelles</h2>-->
|
||||||
</div>
|
<!--</div>-->
|
||||||
<ul class="collection">
|
<!--<ul class="collection">-->
|
||||||
{% for post in site.posts limit:5 %}
|
<!--{% for post in site.posts limit:5 %}-->
|
||||||
<li class="collection-item avatar">
|
<!--<li class="collection-item avatar">-->
|
||||||
<a href="{{ post.url }}"><span class="title">{{ post.title }}</span></a>
|
<!--<a href="{{ post.url }}"><span class="title">{{ post.title }}</span></a>-->
|
||||||
<p>
|
<!--<p>-->
|
||||||
{{ post.description }}
|
<!--{{ post.description }}-->
|
||||||
<br>
|
<!--<br>-->
|
||||||
<i>{{ post.date | date: "%d.%m.%y" }} von {{ post.author }}</i>
|
<!--<i>{{ post.date | date: "%d.%m.%y" }} von {{ post.author }}</i>-->
|
||||||
</p>
|
<!--</p>-->
|
||||||
<a href="{{ post.url }}" class="secondary-content"><i class="material-icons">chrome_reader_mode</i></a>
|
<!--<a href="{{ post.url }}" class="secondary-content"><i class="material-icons">chrome_reader_mode</i></a>-->
|
||||||
</li>
|
<!--</li>-->
|
||||||
{% endfor %}
|
<!--{% endfor %}-->
|
||||||
</ul>
|
<!--</ul>-->
|
||||||
</section>
|
<!--</section>-->
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue
Block a user