all repos — homestead @ 50e0104ffc29b4e3dc51906d4c7870928d813421

Code for my website

Replace use of invalid <content> element

Alan Pearce
commit

50e0104ffc29b4e3dc51906d4c7870928d813421

parent

b1f867fbf35a2d53caa85d11a886c97dae54c66c

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

jump to
M templates/index.htmltemplates/index.html
@@ -5,9 +5,9 @@
{% block title_class %} p-name fn{% endblock %} {% block main %} - <content> + <section> {{ section.content | safe }} - </content> + </section> <section> <h2>Latest Posts</h2> <ul class="h-feed">