We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df009c7 + 87a483c commit c24dee3Copy full SHA for c24dee3
README.md
@@ -113,7 +113,7 @@ target-blank:
113
noreferrer: false
114
```
115
116
-__To exclude both `noopner` and `noreferrer` values:__
+__To exclude both `noopener` and `noreferrer` values:__
117
118
```yaml
119
target-blank:
lib/jekyll-target-blank/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module JekyllTargetBlank
4
- VERSION = "2.0.0"
+ VERSION = "2.0.1"
5
end
0 commit comments