all repos — website @ c05bd8303b53d26e5b283bc71b0153f221dca962

My website

Improve HTML indentation

Alan Pearce
commit

c05bd8303b53d26e5b283bc71b0153f221dca962

parent

19701d1646fcf8f95c51bab60ee4aadc23ece2b5

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>