From 55b4c0c02e04e0d6a83d420f88d573a4f2775d72 Mon Sep 17 00:00:00 2001 From: mat ess Date: Sun, 14 Aug 2022 12:06:03 -0400 Subject: [PATCH] Fix post list html --- sass/style/main.scss | 5 +++++ templates/macros/macros.html | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/sass/style/main.scss b/sass/style/main.scss index 65638c9..f67090d 100644 --- a/sass/style/main.scss +++ b/sass/style/main.scss @@ -182,4 +182,9 @@ ul.tags { .meta, time { color: var(--text-1); +} + +// Post list +li.post-list-item { + list-style-type: none; } \ No newline at end of file diff --git a/templates/macros/macros.html b/templates/macros/macros.html index 182e160..1e83276 100644 --- a/templates/macros/macros.html +++ b/templates/macros/macros.html @@ -5,10 +5,10 @@ {% continue %} {% endif -%} -
-

+
  • +

    {{page.title}} -

    +
  • posted on @@ -30,7 +30,7 @@ {% if not hide_read_more %} Read more ⟶ {% endif %} -
    + {% endfor -%} @@ -89,7 +89,7 @@ {# Optional table of contents #} {% if config.extra.toc | default(value=false) %} {% if page.toc %} -

    Table of Contents

    +

    Table of Contents