From 315fa4b590bfd28442d4f1a1bdaf64e6aaa4ec29 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Wed, 5 Apr 2017 11:32:45 +0200 Subject: [PATCH] Fixed deprecated calls for template variables --- material/base.html | 5 ++--- src/base.html | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/material/base.html b/material/base.html index 9dd72f9a1..c5e45afe5 100644 --- a/material/base.html +++ b/material/base.html @@ -127,9 +127,8 @@

{{ lang.t('meta.source') }}

{% set path = (page.meta.path | default([""]) | first) %} {% for file in page.meta.source %} - + {{ file }} {% endfor %} diff --git a/src/base.html b/src/base.html index e57901629..17ccc8038 100644 --- a/src/base.html +++ b/src/base.html @@ -253,9 +253,9 @@ double slashes afterwards. Not beautiful, but it will catch a lot of use cases. --> - + {{ file }} {% endfor %}