added styling
This commit is contained in:
parent
d2ef65d336
commit
ed7ab76ad9
16 changed files with 2349 additions and 26 deletions
|
|
@ -3,13 +3,12 @@ layout: layout.njk
|
|||
title: The Best Eleventy Demo TM
|
||||
---
|
||||
|
||||
<h1>luca-junge.de</h1>
|
||||
<p>Welcome to my blog</p>
|
||||
|
||||
<ul>
|
||||
<h1>Neueste Posts:</h1>
|
||||
<ul class="list-disc list-inside">
|
||||
{% for post in collections.post %}
|
||||
<li>
|
||||
<a href="{{ post.url }}">{{ post.data.title }}</a>
|
||||
<a href="{{ post.url }}">
|
||||
{{ post.data.title }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue