Open t0wer001 opened 2 years ago
In templates/page.html on line 68 the value is always "Top" even if a custom expression is added in config.toml
config.toml
Quick fix:
<a href="#" class="top">{{ config.extra.expressions.top | default(value="Top") }}</a>
In templates/page.html on line 68 the value is always "Top" even if a custom expression is added in
config.toml
Quick fix: