From 1e62aff62c6d3fe9f9332caf6f1f9e732e5ce2cd Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 3 Apr 2019 15:42:37 +0200 Subject: [PATCH] Cleanup: Unused mixin include. --- src/templates/films.pug | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/templates/films.pug b/src/templates/films.pug index 5b916fb..e629afd 100644 --- a/src/templates/films.pug +++ b/src/templates/films.pug @@ -1,8 +1,6 @@ | {% extends 'layout.html' %} | {% from '_macros/_navigation.html' import navigation_homepage %} | {% from '_macros/_opengraph.html' import opengraph %} - -include ../../../pillar/src/templates/mixins/components include mixins/components | {% set page_title = 'Films' %}