git-subtree-dir: themes/tabi-lean git-subtree-split: efb42461fde7ee5b0c140d27f2789fdf9c98b100
11 lines
204 B
HTML
11 lines
204 B
HTML
{% macro target_attribute(new_tab) %}
|
|
|
|
{%- set blank_target = "" -%}
|
|
|
|
{%- if new_tab -%}
|
|
{%- set blank_target = "target=_blank" -%}
|
|
{%- endif -%}
|
|
|
|
{{ blank_target }}
|
|
|
|
{% endmacro target_attribute %}
|