From 465bf105bc04de807c7c61fac6b4f7df96a93c97 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 30 Oct 2020 16:01:16 -0300 Subject: Add alt to header link icon --- _plugins/add-anchor-to-header-from-header-id.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_plugins') diff --git a/_plugins/add-anchor-to-header-from-header-id.rb b/_plugins/add-anchor-to-header-from-header-id.rb index b90d22c..8846b24 100644 --- a/_plugins/add-anchor-to-header-from-header-id.rb +++ b/_plugins/add-anchor-to-header-from-header-id.rb @@ -3,7 +3,7 @@ Jekyll::Hooks.register [:documents, :pages], :post_render do |doc| doc.output = doc.output.gsub( /(.*?)<\/h[1-6]>/, - '
\5
' + '
\5
' ) end end -- cgit v1.2.3