From f8c175bed8d65412447e25c818d165749be237fb Mon Sep 17 00:00:00 2001 From: Ahmed Sabbour <103856+sabbour@users.noreply.github.com> Date: Wed, 2 Mar 2022 10:17:54 -0800 Subject: [PATCH] Added alt text for GitHub avatar --- _plugins/githubauthor_tag.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_plugins/githubauthor_tag.rb b/_plugins/githubauthor_tag.rb index b1e7be2..ad95edf 100644 --- a/_plugins/githubauthor_tag.rb +++ b/_plugins/githubauthor_tag.rb @@ -12,7 +12,7 @@ module Jekyll <<~GITHUBAUTHORBLOCK
- + @#{author} on Twitter @#{author} @@ -26,4 +26,4 @@ module Jekyll end end end -Liquid::Template.register_tag('githubauthor', Jekyll::GithubAuthorTag) \ No newline at end of file +Liquid::Template.register_tag('githubauthor', Jekyll::GithubAuthorTag)