Skip to content

Commit 7327895

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent a72ca19 commit 7327895

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

_config.icarus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 5.1.0
33
# Icarus theme variant, can be "default" or "cyberpunk"
44
variant: default
55
# Path or URL to the website's logo
6-
logo: /img/logo.svg
6+
logo: /img/logo.png
77
# Page metadata configurations
88
head:
99
# URL or path to the website's icon
@@ -48,7 +48,7 @@ head:
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:
@@ -93,7 +93,7 @@ head:
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

themes/icarus/layout/share/addtoany.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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>;

themes/icarus/source/img/logo.png

1.43 MB
Loading

0 commit comments

Comments
 (0)