Cleanup: Remove unused components mixin.

This commit is contained in:
2019-04-03 15:32:32 +02:00
parent 5c1b94544a
commit 3be54da5c3
2 changed files with 0 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
| {% extends 'layout.html' %} | {% extends 'layout.html' %}
| {% from '_macros/_navigation.html' import navigation_homepage %} | {% from '_macros/_navigation.html' import navigation_homepage %}
| {% from '_macros/_opengraph.html' import opengraph %} | {% from '_macros/_opengraph.html' import opengraph %}
include ../../../pillar/src/templates/mixins/components
include mixins/components include mixins/components
| {% set title = 'learn' %} | {% set title = 'learn' %}

View File

@@ -1,7 +1,6 @@
| {% extends 'layout.html' %} | {% extends 'layout.html' %}
| {% from '_macros/_navigation.html' import navigation_homepage %} | {% from '_macros/_navigation.html' import navigation_homepage %}
| {% from '_macros/_opengraph.html' import opengraph %} | {% from '_macros/_opengraph.html' import opengraph %}
include ../../../pillar/src/templates/mixins/components
include mixins/components include mixins/components
| {% set title = 'libraries' %} | {% set title = 'libraries' %}