Include index page into improved legibility
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-06-08 15:48:59 +02:00
parent dc5b4633a4
commit 4c102aebaf
2 changed files with 24 additions and 22 deletions

View File

@ -111,7 +111,7 @@ blockquote {
// limit width of article to optimise reading experience
@include media-breakpoint-up(md) {
article {
article, .index {
width: 550px;
margin-left: auto;
margin-right: auto;

View File

@ -3,14 +3,15 @@ layout: default
sidebarboxes: author encrypted-communication events
---
<h1>2martens.de</h1>
<div class="index">
<h1>2martens.de</h1>
<p>
<p>
Welcome on my personal website. This home page gives you an overview over all recently posted posts. To see
the full list, visit the respective page (Speeches, Politics, Politics/G20, Computer Science, Blog, About).
</p>
</p>
<ul class="post-list list-unstyled">
<ul class="post-list list-unstyled">
{% for post in site.posts limit:5 %}
<li class="mb-4">
<div class="small text-muted">
@ -25,4 +26,5 @@ sidebarboxes: author encrypted-communication events
</p>
</li>
{% endfor %}
</ul>
</ul>
</div>