commit b9bf8b3dc9e7d34256138717e1664a9d5918e81e parent ac027d1ac5221afe6bb249c73411e0fe797f671d Author: Hugo Soucy <hugo@soucy.cc> Date: Fri, 13 Nov 2020 20:14:59 -0500 Simplify the index template Diffstat:
M | templates/index.html | | | 13 | ++----------- |
1 file changed, 2 insertions(+), 11 deletions(-)
diff --git a/templates/index.html b/templates/index.html @@ -1,11 +1,2 @@ -<article - prefix="foaf: http://xmlns.com/foaf/0.1/ dc: http://purl.org/dc/terms/"> - <div - class="h-card hcard vcard" - id="hs" - resource="#hs" - typeof="Person" - vocab="http://schema.org/"> - <%- content %> - </div> -</article> +<% local vcard = vcard() %> +<%- vcard -%>