Skip to content

Commit

Permalink
feat: Don’t mark certain external links (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
strogonoff committed Mar 18, 2019
1 parent 2941c03 commit 2ade6f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ exclude:
- /_projects/**/docs/*
- .sass-cache/

unmarked_external_link_selectors:
- .layout--home a
- a[href*=travis]
- a[href*=coverity]
- a[href*=codecov]

collections:
projects:
output: false
Expand Down

0 comments on commit 2ade6f3

Please sign in to comment.