File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 10
10
- Fixed bug where special characters in the title led to broken share tags (#744 )
11
11
- Updated staticman from using v2 (public servers) to v3 (private servers) due to the public servers becoming obsolete (#775 )
12
12
- Added support for Cloudflare Analytics (#797 )
13
+ - Added Reddit in share options of posts (#815 )
13
14
14
15
## v5.0.0 (2020-09-15)
15
16
Original file line number Diff line number Diff line change 42
42
</ a >
43
43
{% endif %}
44
44
45
+ {% if site.share-links-active.reddit %}
46
+ < a href ="https://www.reddit.com/submit?url={{ page.url | absolute_url | url_encode }} "
47
+ class ="btn btn-social-icon btn-reddit " title ="Share on Reddit ">
48
+ < span class ="fab fa-fw fa-reddit " aria-hidden ="true "> </ span >
49
+ < span class ="sr-only "> Reddit</ span >
50
+ </ a >
51
+ {% endif %}
52
+
45
53
</ section >
46
54
47
55
{% endif %}
You can’t perform that action at this time.
0 commit comments