forked from deepStateMirrors/tabi
parent
cc39652eb5
commit
a384ac80c8
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
{#- Setup -#}
|
||||
{% if not config.title %}
|
||||
{{ throw(message="ERROR: No `title` set in `config.toml`. tabi requires a title to function.") }}
|
||||
{% endif %}
|
||||
{%- set prefix = config.title | safe -%}
|
||||
{%- set custom_separator = config.extra.separator | default(value="•") -%}
|
||||
{%- set separator = " " ~ custom_separator ~ " " -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue