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 19508c7 commit 83797a5Copy full SHA for 83797a5
_layouts/post.html
@@ -4,7 +4,7 @@
4
<article id="post">
5
<h2>{{ page.title }}</h2>
6
<h3>{{ page.date | date_to_long_string }}</h3>
7
- <h3 class="author"><a href="https://github.com/{{ page.author }}"><img class="avatar" src="https://avatars2.githubusercontent.com/{{ page.author }}?v=3&s=80" alt="{{ page.author }}" width="40" height="40">{{ page.author }}</a></h3>
+ <h3 class="author"><a href="https://github.com/{{ page.author }}"><img class="avatar" src="https://avatars2.githubusercontent.com/{{ page.author }}?v=3&s=80" alt="" width="40" height="40">{{ page.author }}</a></h3>
8
<div class="postcontent singlepostcontent">
9
{{ content }}
10
0 commit comments