all repos — homestead @ 98beceb142db5e67d74a9a64af0a1f99ba902788

Code for my website

Improve HTML indentation

Alan Pearce
commit

98beceb142db5e67d74a9a64af0a1f99ba902788

parent

0f2304646653f75f769ff8a5057ab53b3ea8d3cc

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M themes/bear/templates/section.htmlthemes/bear/templates/section.html
@@ -9,7 +9,7 @@ <a href="{{ get_url(path="@/blog/_index.md") }}">Remove filter</a>
</small> {%- endif %} <ul class="blog-posts"> - {% for page in section.pages %} + {%- for page in section.pages %} <li> <span> <time datetime='{{ page.date | date(format='%+') }}' pubdate>
@@ -18,7 +18,7 @@ </time>
</span> <a href="{{ page.path | urlencode | safe }}">{{ page.title }}</a> </li> - {% else %} + {% else %} <li> No posts yet </li>