mirror of
https://github.com/welpo/tabi.git
synced 2026-06-10 22:07:34 +02:00
chore: Merge latest changes from the main branch
This commit is contained in:
commit
bb411abfc2
39 changed files with 1064 additions and 435 deletions
|
|
@ -5,11 +5,7 @@
|
|||
|
||||
{%- set rel_attributes = macros_rel_attributes::rel_attributes() | trim -%}
|
||||
|
||||
{%- if config.markdown.external_links_target_blank -%}
|
||||
{%- set blank_target = "target=_blank" -%}
|
||||
{%- else -%}
|
||||
{%- set blank_target = "" -%}
|
||||
{%- endif -%}
|
||||
{%- set blank_target = macros_target_attribute::target_attribute(new_tab=config.markdown.external_links_target_blank) -%}
|
||||
|
||||
{# Debugging #}
|
||||
{# <div><pre>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue