diff options
author | Alan Pearce | 2023-06-23 14:04:35 +0200 |
---|---|---|
committer | Alan Pearce | 2023-06-23 14:04:53 +0200 |
commit | c05bd8303b53d26e5b283bc71b0153f221dca962 (patch) | |
tree | d9b2431e0c5c589fae06acd3622cccf1b5347e92 /themes/bear/templates/section.html | |
parent | 19701d1646fcf8f95c51bab60ee4aadc23ece2b5 (diff) | |
download | website-c05bd8303b53d26e5b283bc71b0153f221dca962.tar.lz website-c05bd8303b53d26e5b283bc71b0153f221dca962.tar.zst website-c05bd8303b53d26e5b283bc71b0153f221dca962.zip |
Improve HTML indentation
Diffstat (limited to 'themes/bear/templates/section.html')
-rw-r--r-- | themes/bear/templates/section.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/bear/templates/section.html b/themes/bear/templates/section.html index 3042cd2..f633036 100644 --- a/themes/bear/templates/section.html +++ b/themes/bear/templates/section.html @@ -9,7 +9,7 @@ </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 @@ </span> <a href="{{ page.path | urlencode | safe }}">{{ page.title }}</a> </li> - {% else %} + {% else %} <li> No posts yet </li> |