From ebf150938aa0db4def0bf1dbf7258fe717045e63 Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Tue, 24 Apr 2018 03:01:11 +0700 Subject: [PATCH] Cleaned some files --- views/_layout.njk | 1 - views/_partial/links.njk | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/views/_layout.njk b/views/_layout.njk index 4fcd550..4db8a36 100644 --- a/views/_layout.njk +++ b/views/_layout.njk @@ -51,7 +51,6 @@ {% block content %}{% endblock %} - {% block scripts %} {% endblock %} diff --git a/views/_partial/links.njk b/views/_partial/links.njk index 6dc0478..5b21723 100644 --- a/views/_partial/links.njk +++ b/views/_partial/links.njk @@ -1,5 +1,5 @@ {% if plain_links or not globals.home_icons %} -{% set separator = (joiner('|')) %} +{% set separator = joiner('|') %} {% endif %} {% macro attrs(obj) %}