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' %}