all repos — archive/homestead @ fb7e421b9efea0a96adcf30d30cc2d318980d928

My future indieweb platform

Switch templating to hyperfast This also means that highland is not (currently) required

Alan Pearce
commit

fb7e421b9efea0a96adcf30d30cc2d318980d928

parent

248c74916e22f397ff95944ac2596b9e40b302e5

1 file changed, 5 insertions(+), 7 deletions(-)

changed files
M src/templates/home.htmlsrc/templates/home.html
@@ -1,7 +1,5 @@
-<main class="home"> - <ul class="posts"> - <li class="post"> - <a href="/">Test post please ignore</a> - </li> - </ul> -</main> +<ul class="posts"> + <li class="post"> + <a href="/">Test post please ignore</a> + </li> +</ul>