mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2025-07-30 13:30:17 +00:00
Adding .pre-commit-config.yaml
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user