forked from deepStateMirrors/tabi
✨ feat(title): add invert_title_order
config option (#142)
This commit is contained in:
parent
0055a3613e
commit
9acaba6e35
3 changed files with 13 additions and 1 deletions
|
@ -32,6 +32,10 @@
|
|||
{%- endif -%}
|
||||
|
||||
{# Return the final concatenated string. #}
|
||||
{{- prefix ~ separator ~ suffix -}}
|
||||
{%- if config.extra.invert_title_order -%}
|
||||
{{- suffix ~ separator ~ prefix -}}
|
||||
{%- else -%}
|
||||
{{- prefix ~ separator ~ suffix -}}
|
||||
{%- endif -%}
|
||||
|
||||
{%- endmacro set_title -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue