Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Added the data-proofer-ignore tag to the mailto: tag in the share-but…
Browse files Browse the repository at this point in the history
…tons partial to get past an html-proofer check that complains about a missing email address in that tag. (#37)
  • Loading branch information
jsvazic authored and pacollins committed Jul 21, 2019
1 parent 60d6db7 commit d7988d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/share-buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<i class="fab fa-pinterest-p"></i><p>&nbsp;Pinterest</p>
</a>
{{ else if eq . "email" }}
<a href="mailto:?subject=Check out this post by {{ $author }}&amp;body={{ $permalink }}" target="_blank" class="share-btn email">
<a href="mailto:?subject=Check out this post by {{ $author }}&amp;body={{ $permalink }}" target="_blank" class="share-btn email" data-proofer-ignore>
<i class="fas fa-envelope"></i><p>&nbsp;Email</p>
</a>
{{ end }}
Expand Down

0 comments on commit d7988d4

Please sign in to comment.