Skip to content

Commit a257d89

Browse files
Typo in article written by
1 parent c28c514 commit a257d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/resources/article.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
<div style="text-align: left; font-size: 0.8em; color: #b5b5b5; position: absolute; bottom: 0; padding-bottom: 20px; width: 100%;">
44
<div>Article: <strong>{{ article.title }}</strong></div>
5-
<div style="margin-top: 0.5em;">Written by <i class="fab fa-github"></i> <a href="https://github.com/multitheftauto/{{ article.author }}" rel="noopener" target="_blank">{{ article.author }}</a> on {{ article.date }}</div>
5+
<div style="margin-top: 0.5em;">Written by <i class="fab fa-github"></i> <a href="https://github.com/{{ article.author }}" rel="noopener" target="_blank">{{ article.author }}</a> on {{ article.date }}</div>
66
</div>

0 commit comments

Comments
 (0)