Skip to content

Commit 93b25e3

Browse files
committed
Fix AddToAny component structure by repositioning share button link for improved functionality
1 parent 7327895 commit 93b25e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/icarus/layout/share/addtoany.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ const { cacheComponent } = require('hexo-component-inferno/lib/util/cache');
1515
class AddToAny extends Component {
1616
render() {
1717
return <Fragment>
18-
<div class="a2a_kit a2a_kit_size_32 a2a_default_style">
19-
<a class="a2a_dd" target="_blank" rel="noopener" href="https://www.addtoany.com/share"></a>
18+
<div class="a2a_kit a2a_kit_size_32 a2a_default_style" data-a2a-url="" data-a2a-title="">
2019
<a class="a2a_button_linkedin"></a>
2120
<a class="a2a_button_reddit"></a>
2221
<a class="a2a_button_email"></a>
2322
<a class="a2a_button_facebook"></a>
2423
<a class="a2a_button_twitter"></a>
2524
<a class="a2a_button_telegram"></a>
2625
<a class="a2a_button_whatsapp"></a>
26+
<a class="a2a_dd" target="_blank" rel="noopener" href="https://www.addtoany.com/share"></a>
2727
</div>
2828
<script src="https://static.addtoany.com/menu/page.js"></script>
2929
</Fragment>;

0 commit comments

Comments
 (0)