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
|
|
@ -1,3 +1,2 @@
|
|||
[report]
|
||||
omit = pelican/tests/*
|
||||
|
||||
|
|
|
|||
1
docs/_static/theme_overrides.css
vendored
1
docs/_static/theme_overrides.css
vendored
|
|
@ -9,4 +9,3 @@
|
|||
.wy-table-responsive {
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,4 +3,3 @@ author: Alexis Métaireau
|
|||
|
||||
Markdown with filename metadata
|
||||
===============================
|
||||
|
||||
|
|
|
|||
|
|
@ -5,4 +5,3 @@ Title: Test Markdown extensions
|
|||
## Level1
|
||||
|
||||
### Level2
|
||||
|
||||
|
|
|
|||
|
|
@ -3,4 +3,3 @@ This is a super article !
|
|||
#########################
|
||||
|
||||
:Category: Yeah
|
||||
|
||||
|
|
|
|||
|
|
@ -3,4 +3,3 @@ This is an article without category !
|
|||
#####################################
|
||||
|
||||
This article should be in the DEFAULT_CATEGORY.
|
||||
|
||||
|
|
|
|||
|
|
@ -52,4 +52,3 @@ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
|||
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
|
||||
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
|
||||
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||
|
||||
|
|
|
|||
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 %}
|
||||
|
||||
|
|
|
|||
|
|
@ -6,4 +6,3 @@ This is a test hidden page
|
|||
|
||||
This is great for things like error(404) pages
|
||||
Anyone can see this page but it's not linked to anywhere!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue