Skip to content

Commit 1143e3d

Browse files
authored
Merge pull request #320 from Hacking-the-Cloud/update/remove_period_from_byline
Removed the period from the end of the author byline
2 parents e8c7b19 + d37e927 commit 1143e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overrides/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
{% block content %}
2121
{% if page.meta.author_name %}
22-
<p>Article by {{ page.meta.author_name }}.</p>
22+
<p>Article by {{ page.meta.author_name }}</p>
2323
{% endif %}
2424
{{ super() }}
2525
{% endblock %}

0 commit comments

Comments
 (0)