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