Blog: cleanup of layout and style

Simpler markup reusing bootstrap 4 classes.
This commit is contained in:
2018-09-06 12:42:37 +02:00
parent d347534fea
commit 1500e20291
7 changed files with 15 additions and 31 deletions

View File

@@ -68,7 +68,7 @@
| {% endif %}
| {% endfor %}
input.btn.btn-outline-secondary.button-create(type='submit', value='Create {{ node_type.name }}')
input.btn.btn-outline-secondary(type='submit', value='Create {{ node_type.name }}')
a.btn.btn-link.button-back(href="{{ url_for('projects.view', project_url=project.url) }}blog")
| Back to Blog