Cleaned some files

This commit is contained in:
Bobby Wibowo 2018-04-24 03:01:11 +07:00
parent e5f5fb1038
commit ebf150938a
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF
2 changed files with 1 additions and 2 deletions

View File

@ -51,7 +51,6 @@
</head>
<body>
{% block content %}{% endblock %}
{% block scripts %}
<!-- Scripts -->
{% endblock %}

View File

@ -1,5 +1,5 @@
{% if plain_links or not globals.home_icons %}
{% set separator = (joiner('<span>|</span>')) %}
{% set separator = joiner('<span>|</span>') %}
{% endif %}
{% macro attrs(obj) %}