Move files around
This commit is contained in:
6
docs/_includes/plugins/plugin_row.html
Normal file
6
docs/_includes/plugins/plugin_row.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="pluginRowBlock">
|
||||
{% for child in include.children %}
|
||||
{% include plugins/{{child.type}}.html href=child.href text=child.text %}
|
||||
<div style="width: 20px;"></div>
|
||||
{% endfor %}
|
||||
</div>
|
Reference in New Issue
Block a user