forked from github/pelican
Strip trailing whitespace
This commit is contained in:
parent
cabdb26cee
commit
271f4dd68f
17 changed files with 11 additions and 21 deletions
|
|
@ -49,4 +49,4 @@ del {text-decoration: line-through;}
|
|||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
1
pelican/themes/simple/templates/author.html
vendored
1
pelican/themes/simple/templates/author.html
vendored
|
|
@ -5,4 +5,3 @@
|
|||
{% block content_title %}
|
||||
<h1>Articles by {{ author }}</h1>
|
||||
{% endblock %}
|
||||
|
||||
|
|
|
|||
|
|
@ -5,4 +5,3 @@
|
|||
{% block content_title %}
|
||||
<h1>Articles in the {{ category }} category</h1>
|
||||
{% endblock %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue