File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 5.1.0
33# Icarus theme variant, can be "default" or "cyberpunk"
44variant : default
55# Path or URL to the website's logo
6- logo : /img/logo.svg
6+ logo : /img/logo.png
77# Page metadata configurations
88head :
99 # URL or path to the website's icon
4848 url :
4949 # Page cover (og:image) (optional)
5050 # You should leave this blank for most of the time
51- image : /img/logo.svg
51+ image : /img/logo.png
5252 # Site name (og:site_name) (optional)
5353 # You should leave this blank for most of the time
5454 site_name :
9393 publisher_logo :
9494 # Page images (optional)
9595 # You should leave this blank for most of the time
96- image : /img/logo.svg
96+ image : /img/logo.png
9797 # Additional HTML meta tags in an array
9898 meta :
9999 # Meta tag specified in <attribute>=<value> style
Original file line number Diff line number Diff line change @@ -17,11 +17,13 @@ class AddToAny extends Component {
1717 return < Fragment >
1818 < div class = "a2a_kit a2a_kit_size_32 a2a_default_style" >
1919 < a class = "a2a_dd" target = "_blank" rel = "noopener" href = "https://www.addtoany.com/share" > </ a >
20+ < a class = "a2a_button_linkedin" > </ a >
21+ < a class = "a2a_button_reddit" > </ a >
22+ < a class = "a2a_button_email" > </ a >
2023 < a class = "a2a_button_facebook" > </ a >
2124 < a class = "a2a_button_twitter" > </ a >
2225 < a class = "a2a_button_telegram" > </ a >
2326 < a class = "a2a_button_whatsapp" > </ a >
24- < a class = "a2a_button_reddit" > </ a >
2527 </ div >
2628 < script src = "https://static.addtoany.com/menu/page.js" > </ script >
2729 </ Fragment > ;
You can’t perform that action at this time.
0 commit comments