all repos — homestead @ 1e0b5b86c034d6205aa1ba1ff42bc40b9f60cf63

Code for my website

Move header/footer/main elements into child templates The <content> tag is not meant for normal HTML, but rather the Shadow DOM, therefore I replaced it with <main> For consistency's sake I moved <header> and <footer> into the child templates as well

Alan Pearce
commit

1e0b5b86c034d6205aa1ba1ff42bc40b9f60cf63

parent

b95136c7d0647c1544ab9ff0408dfe2c9ac06845

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

changed files
M templates/page.htmltemplates/page.html
@@ -17,9 +17,9 @@ </i>
</p> {%- endif %} {%- endif %} - <content> + <main> {{ page.content | safe }} - </content> + </main> <p> {%- if page.taxonomies %} {%- for name, taxon in page.taxonomies %}