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.

Home Page:https://tale-zola.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

t0wer001 opened this issue · comments

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>