feat: use custom separator from config in meta & title

This commit is contained in:
welpo
2023-02-22 23:56:34 +01:00
parent ba0631b4e0
commit aa00640e96
3 changed files with 10 additions and 4 deletions

View File

@@ -1,4 +1,6 @@
{% macro content(page, separator='•') %}
{% macro content(page) %}
{% set separator = config.extra.separator | default(value="•") %}
<main>
<article>
<div>