File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 5
5
- Fixed bug where the navbar "burger" collapsed button didn't always revert back to a light colour
6
6
- Fixed bug where using an image as a navbar title did not render in GitHub Project pages that did not have a custom domain
7
7
- Fixed issue where image thumbnails on the feed page were always forced into a square rather than maintaining a proper image aspect ratio
8
+ - Added support for Patreon in the social network links in the footer
8
9
9
10
## v5.0.0 (2020-09-15)
10
11
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ social-network-links:
43
43
facebook : deanattali
44
44
github : daattali
45
45
twitter : daattali
46
+ # patreon: DeanAttali
46
47
# reddit: yourname
47
48
# linkedin: daattali
48
49
# xing: yourname
Original file line number Diff line number Diff line change 248
248
< i class ="fab fa-orcid fa-stack-1x fa-inverse "> </ i >
249
249
</ span >
250
250
< span class ="sr-only "> ORCID</ span >
251
- </ a >
251
+ </ a >
252
252
</ li >
253
253
{%- endif -%}
254
254
260
260
< i class ="fa fa-graduation-cap fa-stack-1x fa-inverse "> </ i >
261
261
</ span >
262
262
< span class ="sr-only "> Google Scholar</ span >
263
- </ a >
263
+ </ a >
264
+ </ li >
265
+ {%- endif -%}
266
+
267
+ {%- if site.social-network-links.patreon -%}
268
+ < li class ="list-inline-item ">
269
+ < a href ="https://patreon.com/{{ site.social-network-links.patreon }} " title ="Patreon ">
270
+ < span class ="fa-stack fa-lg " aria-hidden ="true ">
271
+ < i class ="fas fa-circle fa-stack-2x "> </ i >
272
+ < i class ="fab fa-patreon fa-stack-1x fa-inverse "> </ i >
273
+ </ span >
274
+ < span class ="sr-only "> Patreon</ span >
275
+ </ a >
264
276
</ li >
265
- {%- endif -%}
277
+ {%- endif -%}
266
278
267
279
</ ul >
You can’t perform that action at this time.
0 commit comments