comparison index.html @ 123:495517d4487f

index: fix invalid HTML
author Paper <paper@tflc.us>
date Sun, 12 Jul 2026 19:05:31 -0400
parents 250f40874439
children
comparison
equal deleted inserted replaced
122:31d34ebbae2d 123:495517d4487f
56 alt="{{ plug.alt }}" 56 alt="{{ plug.alt }}"
57 {% endif %} 57 {% endif %}
58 {% if plug.title %} 58 {% if plug.title %}
59 title="{{ plug.title }}" 59 title="{{ plug.title }}"
60 {% endif %} 60 {% endif %}
61 }
62 > 61 >
63 {% if plug.href %} 62 {% if plug.href %}
64 </a> 63 </a>
65 {% endif %} 64 {% endif %}
66 {% endfor %} 65 {% endfor %}
78 alt="{{ blip.alt }}" 77 alt="{{ blip.alt }}"
79 {% endif %} 78 {% endif %}
80 {% if blip.title %} 79 {% if blip.title %}
81 title="{{ blip.title }}" 80 title="{{ blip.title }}"
82 {% endif %} 81 {% endif %}
83 }
84 > 82 >
85 {% if blip.href %} 83 {% if blip.href %}
86 </a> 84 </a>
87 {% endif %} 85 {% endif %}
88 {% endfor %} 86 {% endfor %}