Skip to content

Commit

Permalink
Ignore LinkedIn url
Browse files Browse the repository at this point in the history
because of a known problem gjtorikian/html-proofer#215
  • Loading branch information
0mega committed Mar 28, 2016
1 parent 7fca6fb commit b870cae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ task :test do
HTMLProofer.check_directory(
"./_site",
{
:href_ignore=> [
'https://pt.linkedin.com/in/krukoleksandr/en',
],
:typhoeus => {
:followlocation => true,
:ssl_verifypeer => false,
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2></h2>
<footer>
<div class="links">
<div class="link"><a href="mailto:kruk.oleksandr@gmail.com" class="icon-mail"></a></div>
<div class="link"><a href="https://pt.linkedin.com/in/krukoleksandr/en" class="icon-linkedin"></a></div>
<div class="link"><a href="https://pt.linkedin.com/in/krukoleksandr/en" data-proofer-ignore class="icon-linkedin"></a></div>
<div class="link"><a href="https://github.com/0mega" class="icon-github"></a></div>
<div class="link"><a href="https://plus.google.com/+OleksandrKruk" class="icon-google-plus2"></a></div>
<div class="link"><a href="https://twitter.com/oleksandr_kruk" class="icon-twitter"></a></div>
Expand Down

0 comments on commit b870cae

Please sign in to comment.