Add alt tag to post author <img> tag in site. #1508.
This commit is contained in:
		
							parent
							
								
									2eb2a15bd3
								
							
						
					
					
						commit
						bc0b541e77
					
				|  | @ -14,7 +14,7 @@ | |||
|       {{ post.date | date_to_string }} | ||||
|     </span> | ||||
|     <a href="https://github.com/{{ post.author }}" class="post-author"> | ||||
|       <img src="https://github.com/{{ post.author }}.png" class="avatar" /> | ||||
|       <img src="https://github.com/{{ post.author }}.png" class="avatar" alt="{{ post.author }}"/> | ||||
|       {{ post.author }} | ||||
|     </a> | ||||
|   </div> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue