Skip to content

Commit d7e425d

Browse files
committed
add new line at the end of file. creativecommons#53
1 parent 3addecc commit d7e425d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

models/author.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ replaced_with = site.query('/tech-blog-archives').filter(F.author.contains(this)
88

99
[fields.name]
1010
label = Name
11-
type = string
11+
type = string

templates/author.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ <h2>Blog Posts by {{ this.name }}</h2>
77
{{ render_blog_list(this.children) }}
88
<hr>
99
<strong><a href="/blog/authors">All Authors</a></strong>
10-
{% endblock %}
10+
{% endblock %}

templates/authors.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
{% block body %}
66
<h1>Authors</h1>
77
{{ render_authors() }}
8-
{% endblock %}
8+
{% endblock %}

templates/blog-post.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ <h2 class="mb-0">{{ this.title }}</h2>
1515
{% else %}
1616
none
1717
{% endif %}</p>
18-
{% endblock %}
18+
{% endblock %}

templates/macros/authors.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
<li><a href="{{ blog|url }}">{{ blog.title }}</a></li>
1313
{% endfor %}
1414
</ul>
15-
{% endmacro %}
15+
{% endmacro %}

0 commit comments

Comments
 (0)