aaranxu / tale-zola

Tala-Zola is a minimal Zola theme ported from the Jekyll theme Tale, helping you to build a nice and seo-ready blog.
https://tale-zola.netlify.app
MIT License
36 stars 21 forks source link

Custom text for 'extra.expressions.top' not used in page.html #4

Open t0wer001 opened 2 years ago

t0wer001 commented 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

Quick fix:

<a href="#" class="top">{{ config.extra.expressions.top | default(value="Top") }}</a>