Make link open in new page

This commit is contained in:
gongchandang49 2025-03-23 21:58:59 +01:00 committed by GitHub
parent 98ba6d0c3a
commit 594cb695c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -810,7 +810,7 @@ pub async fn parse_post(post: &Value) -> Post {
let body = if val(post, "removed_by_category") == "moderator" {
format!(
"<div class=\"md\"><p>[removed] — <a href=\"https://{}?comments={post_id}\">view removed post</a></p></div>",
"<div class=\"md\"><p>[removed] — <a href=\"https://{}?comments={post_id}\" target="_blank">view removed post</a></p></div>",
get_setting("REDLIB_PUSHSHIFT_FRONTEND").unwrap_or_else(|| String::from(crate::config::DEFAULT_PUSHSHIFT_FRONTEND)),
)
} else {