diff options
author | Alan Pearce | 2017-07-01 11:49:18 +0200 |
---|---|---|
committer | Alan Pearce | 2017-07-01 11:49:18 +0200 |
commit | fb7e421b9efea0a96adcf30d30cc2d318980d928 (patch) | |
tree | 37595b22cfab571d93dcae1d848c404b93e86a63 /src/templates/home.html | |
parent | 248c74916e22f397ff95944ac2596b9e40b302e5 (diff) | |
download | homestead-fb7e421b9efea0a96adcf30d30cc2d318980d928.tar.lz homestead-fb7e421b9efea0a96adcf30d30cc2d318980d928.tar.zst homestead-fb7e421b9efea0a96adcf30d30cc2d318980d928.zip |
Switch templating to hyperfast
This also means that highland is not (currently) required
Diffstat (limited to 'src/templates/home.html')
-rw-r--r-- | src/templates/home.html | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/templates/home.html b/src/templates/home.html index dfc4677..97ac89a 100644 --- a/src/templates/home.html +++ b/src/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> |