diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/templates/base.html b/templates/base.html index 31623a7..793efad 100644 --- a/templates/base.html +++ b/templates/base.html @@ -65,7 +65,7 @@          {% endblock %}      </main>      {% block footer %} -        <p class="license">{{ config.license | default(value='') }}</p> +    <p class="license">{{ config.extra.license | default(value='') }}</p>      {% endblock %}  </body>  </html> | 
