✨ feat: use custom separator from config in meta & title
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
{# Setup. #}
|
||||
{% set prefix = config.title | safe %}
|
||||
{% set separator = " • " %}
|
||||
{% set custom_separator = config.extra.separator | default(value="•") %}
|
||||
{% set separator = " " ~ custom_separator ~ " " %}
|
||||
|
||||
{% if current_path and current_path == "/" %}
|
||||
{% set suffix = "" %}
|
||||
|
Reference in New Issue
Block a user