From eb04e715d5caf6065b5efdd9a24c97202ab80d15 Mon Sep 17 00:00:00 2001 From: luca0N! Date: Thu, 9 Jun 2022 22:59:09 -0300 Subject: [PATCH] Open article links on new tab The catalog now opens new articles on new tabs using the `target' parameter for the `a' tag. --- src/BlogBuilder.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BlogBuilder.cxx b/src/BlogBuilder.cxx index c091f2b..c8bd273 100644 --- a/src/BlogBuilder.cxx +++ b/src/BlogBuilder.cxx @@ -119,7 +119,7 @@ void build_blog_structure(std::string const &path, std::string const &prefix, st blog_html_catalog += hr_date; blog_html_catalog += "\n"; } - blog_html_catalog += "\t
  • path; blog_html_catalog += "\">"; blog_html_catalog += m->title;