From 4c102aebaf716ffa93914575bed49409178eab11 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Sat, 8 Jun 2019 15:48:59 +0200 Subject: [PATCH] Include index page into improved legibility Signed-off-by: Jim Martens --- _assets/css/critical.scss | 2 +- index.html | 44 ++++++++++++++++++++------------------- 2 files changed, 24 insertions(+), 22 deletions(-) diff --git a/_assets/css/critical.scss b/_assets/css/critical.scss index 449a9e6..b87bbf3 100644 --- a/_assets/css/critical.scss +++ b/_assets/css/critical.scss @@ -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; diff --git a/index.html b/index.html index 3dc7157..b15fe43 100644 --- a/index.html +++ b/index.html @@ -3,26 +3,28 @@ layout: default sidebarboxes: author encrypted-communication events --- -

2martens.de

+
+

2martens.de

-

- 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). -

+

+ 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). +

-
    - {% for post in site.posts limit:5 %} -
  • -
    - - - • {% include reading-time.html content=post.content %} -
    -

    - {{ post.title }} -

    -
  • - {% endfor %} -
\ No newline at end of file +
    + {% for post in site.posts limit:5 %} +
  • +
    + + + • {% include reading-time.html content=post.content %} +
    +

    + {{ post.title }} +

    +
  • + {% endfor %} +
+
\ No newline at end of file