diff --git a/config.toml b/config.toml index b3046bbb1..566716f8b 100644 --- a/config.toml +++ b/config.toml @@ -39,13 +39,13 @@ render_emoji = false # Whether external links are to be opened in a new tab # If this is true, a `rel="noopener"` will always automatically be added for security reasons -# external_links_target_blank = false +external_links_target_blank = true # Whether to set rel="nofollow" for all external links -external_links_no_follow = true +external_links_no_follow = false # Whether to set rel="noreferrer" for all external links -external_links_no_referrer = true +external_links_no_referrer = false # Whether smart punctuation is enabled (changing quotes, dashes, dots in their typographic form) # For example, `...` into `…`, `"quote"` into `“curly”` etc diff --git a/content/blog/zero_people_IT_is_the_future/zero_people_IT_is_the_future.png b/content/blog/zero_people_IT_is_the_future/zero_people_IT_is_the_future.png new file mode 100644 index 000000000..deee6179b Binary files /dev/null and b/content/blog/zero_people_IT_is_the_future/zero_people_IT_is_the_future.png differ diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html index 5950f30ad..1e72ad2a4 100644 --- a/templates/shortcodes/row.html +++ b/templates/shortcodes/row.html @@ -36,9 +36,7 @@ Parameters: {% endif %} -{% set body = body | markdown | replace(from='href="', to='target="_blank" href="') | safe %} -{% set base_url = get_url(path="")%} -{% set body = body | markdown | replace(from='target="_blank" href="' ~ base_url , to='href="' ~ base_url) | safe %} + {% set columns = body | safe | markdown | split(pat="|||") %}