From aef8039358b3d9f0cbd47dfa04ab3d24a2c05e5c Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Wed, 6 Apr 2022 12:22:54 -0400 Subject: flakes + projects --- templates/bloglist.rs.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/bloglist.rs.html b/templates/bloglist.rs.html index 505f9a7..4621f3f 100644 --- a/templates/bloglist.rs.html +++ b/templates/bloglist.rs.html @@ -1,16 +1,16 @@ @use crate::blog::post::Post; @use super::{header_html, footer_html}; -@(posts: Vec) +@(posts: Vec, kind: String) -@:header_html(Some("Posts"), None) +@:header_html(Some(&kind), None) -

Posts

+

@kind.clone()

-- cgit v1.2.3