diff --git a/templates/blogs/details.rs.html b/templates/blogs/details.rs.html index 30974f29..938a6645 100644 --- a/templates/blogs/details.rs.html +++ b/templates/blogs/details.rs.html @@ -24,6 +24,7 @@ + @if !ctx.2.clone().map(|u| u.hide_custom_css).unwrap_or(false) { @if let Some(ref theme) = blog.theme { @@ -61,7 +62,7 @@ @i18n!(ctx.1, "Edit") } - +

@i18n!(ctx.1, "There's one author on this blog: ", "There are {0} authors on this blog: "; authors.len()) diff --git a/templates/posts/details.rs.html b/templates/posts/details.rs.html index 17829633..a11ddf55 100644 --- a/templates/posts/details.rs.html +++ b/templates/posts/details.rs.html @@ -20,6 +20,7 @@ } + @if !ctx.2.clone().map(|u| u.hide_custom_css).unwrap_or(false) { @if let Some(ref theme) = blog.theme { diff --git a/templates/users/details.rs.html b/templates/users/details.rs.html index 7663f2e0..617ce1ae 100644 --- a/templates/users/details.rs.html +++ b/templates/users/details.rs.html @@ -22,6 +22,7 @@ + }, {}, { @:header(ctx, &user, follows, is_remote, remote_url)