From e7cf09322988983b6a0f05116af92e538dbd391c Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Thu, 7 Apr 2022 11:30:57 -0400 Subject: templates: Initial h-card and h-entry support --- templates/post.rs.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'templates/post.rs.html') diff --git a/templates/post.rs.html b/templates/post.rs.html index 321dbec..2823b3b 100644 --- a/templates/post.rs.html +++ b/templates/post.rs.html @@ -5,12 +5,17 @@ @:header_html(Some(&post.front_matter.title.clone()), None) -

@post.front_matter.title.clone()

- - Posted @post.clone().date.format("%B %d %Y") by - @post.clone().author - +
+

@post.front_matter.title.clone()

+ + Posted + -@body + @body +
@:footer_html() -- cgit v1.2.3