Adding .pre-commit-config.yaml

This commit is contained in:
Lucas Cimon
2017-08-10 18:30:29 +02:00
parent 6c0b67a3c6
commit 29e3d34afe
15 changed files with 141 additions and 131 deletions

View File

@@ -1,9 +1,7 @@
{% extends "base.html" %}
{% block title %}Categories{% endblock %}
{% block title %}Categories{% endblock %}
{% block description %}{% endblock %}
{% include 'common_seo.html' %}
{% block content %}
<div class="uk-width-medium-4-5">
<h1 class="uk-heading-large">Categories</h1>
@@ -18,7 +16,7 @@
</p>
<p>{{ ' '.join(article.content.split(' ')[0:75])|striptags }}...</p>
</article>
{% endfor %}
<hr>