1
0
Fork 0
forked from github/pelican

Strip trailing whitespace

This commit is contained in:
Chris Rose 2023-10-29 09:57:37 -07:00 committed by Justin Mayer
commit 271f4dd68f
17 changed files with 11 additions and 21 deletions

View file

@ -49,4 +49,4 @@ del {text-decoration: line-through;}
table {
border-collapse: collapse;
border-spacing: 0;
}
}

View file

@ -5,4 +5,3 @@
{% block content_title %}
<h1>Articles by {{ author }}</h1>
{% endblock %}

View file

@ -5,4 +5,3 @@
{% block content_title %}
<h1>Articles in the {{ category }} category</h1>
{% endblock %}