We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c28c514 commit a257d89Copy full SHA for a257d89
web/resources/article.html
@@ -2,5 +2,5 @@
2
3
<div style="text-align: left; font-size: 0.8em; color: #b5b5b5; position: absolute; bottom: 0; padding-bottom: 20px; width: 100%;">
4
<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>
+ <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>
6
</div>
0 commit comments