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.
plugins
1 parent 75dd3a1 commit 1920394Copy full SHA for 1920394
README.md
@@ -15,6 +15,13 @@ gem 'jekyll-mentions'
15
16
And add the following to your site's `_config.yml`
17
18
+```yml
19
+plugins:
20
+ - jekyll-mentions
21
+```
22
+
23
+Note: if `jekyll --version` is less than `3.5` use:
24
25
```yml
26
gems:
27
- jekyll-mentions
@@ -48,7 +55,7 @@ jekyll-mentions: https://twitter.com
48
55
An example of Twitter mentions using jekyll-mentions:
49
56
50
57
```yaml
51
-gems:
58
52
59
53
60
54
61
jekyll-mentions:
0 commit comments