add diverse links and meta to head (#522)

This commit is contained in:
fdb-hiroshima
2019-04-09 15:33:34 +02:00
committed by GitHub
parent de296b633f
commit c19c094e0c
4 changed files with 37 additions and 4 deletions
+1 -1
View File
@@ -532,7 +532,7 @@ pub fn atom_feed(name: String, conn: DbConn) -> Option<Content<String>> {
.title(author.display_name.clone())
.id(Instance::get_local(&*conn)
.unwrap()
.compute_box("~", &name, "atom.xml"))
.compute_box("@", &name, "atom.xml"))
.entries(
Post::get_recents_for_author(&*conn, &author, 15)
.ok()?