From 7d3b5175f2d9d016b06190273fcfeb380a460b3f Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 1 May 2024 21:45:52 -0500 Subject: prettier formatting and rewrap lines --- templates/index.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 5f14396..449a05c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,14 +12,14 @@ uid [ultimate] Christian Cleberg <hello@cleberg.net> {% set section = get_section(path="blog/_index.md") %} {% set i = 0 %} {% for page in section.pages %} - {% if i < 3%} - {% set_global i = i + 1%} + {% if i < 3%} + {% set_global i = i + 1%}
- + {{ page.title }}
- {% endif %} - {% endfor %} + {% endif %} {% endfor %}
All Posts → @@ -35,8 +35,10 @@ uid [ultimate] Christian Cleberg <hello@cleberg.net>

Contact

{% endblock content %} -- cgit v1.2.3