improvements all around

This commit is contained in:
timurgordon
2022-02-28 19:01:33 +03:00
parent b1357d5ca5
commit 5028d876d1
17 changed files with 302 additions and 30 deletions

View File

@@ -8,7 +8,7 @@ and a side nav for category and featured post navigation
{% block content %}
<main class="pt-16">
<main>
<!--sets global featured variable as the most recent post with the isFeatured tag-->
{%- set section = get_section(path="blog/_index.md") %}