diff --git a/crates/http/src/main.rs b/crates/http/src/main.rs index f88b15e..ff5be61 100644 --- a/crates/http/src/main.rs +++ b/crates/http/src/main.rs @@ -103,10 +103,11 @@ fn info( Ok(Template::render( "info", context! { - meta: meta.inner(), - title: format!("{}{S}{}", c.title, meta.title), description: c.description, link: i.link, + meta: meta.inner(), + title: format!("{}{S}{}", c.title, meta.title), + name: c.title, time: time(i.pub_date).format(&global.format_time).to_string(), }, )) diff --git a/crates/http/templates/info.html.tera b/crates/http/templates/info.html.tera index 28f8b07..deeaddf 100644 --- a/crates/http/templates/info.html.tera +++ b/crates/http/templates/info.html.tera @@ -1,7 +1,7 @@ {% extends "layout" %} {% block content %}