From 7b455b6152c52059eec584b50d43522de4366a14 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Wed, 22 Dec 2021 11:48:59 -0500 Subject: code: Fix routing and fill out post templates --- templates/post.rs.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'templates/post.rs.html') diff --git a/templates/post.rs.html b/templates/post.rs.html index c638bfb..321dbec 100644 --- a/templates/post.rs.html +++ b/templates/post.rs.html @@ -3,7 +3,13 @@ @(post: Post, body: impl ToHtml) -@:header_html(Some(&post.front_matter.title.clone()), None)) +@: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 + @body -- cgit v1.2.3