removed redundant template string
This commit is contained in:
parent
f2af96ebad
commit
2d33c28f6b
|
@ -18,8 +18,6 @@ module.exports = (config) => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return sorted.concat(unsorted)
|
return sorted.concat(unsorted)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -22,4 +22,3 @@
|
||||||
</section>
|
</section>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block footer %}{% endblock %}
|
|
Loading…
Reference in New Issue