From 3be54da5c3e1c9d1205c7c76ee27eaa4f6304956 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 3 Apr 2019 15:32:32 +0200 Subject: [PATCH] Cleanup: Remove unused components mixin. --- src/templates/learn.pug | 1 - src/templates/libraries.pug | 1 - 2 files changed, 2 deletions(-) diff --git a/src/templates/learn.pug b/src/templates/learn.pug index 2eb3fcd..42168c4 100644 --- a/src/templates/learn.pug +++ b/src/templates/learn.pug @@ -1,7 +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 title = 'learn' %} diff --git a/src/templates/libraries.pug b/src/templates/libraries.pug index 90465e3..47d5144 100644 --- a/src/templates/libraries.pug +++ b/src/templates/libraries.pug @@ -1,7 +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 title = 'libraries' %}