Skip to content

Commit

Permalink
updates shareon integration to 2.6.0
Browse files Browse the repository at this point in the history
adds bluesky button to share_news.ftl template
removes twitter/x button from share_news.ftl template
  • Loading branch information
mawiesne committed Nov 24, 2024
1 parent cb3b088 commit 05366c7
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/main/jbake/assets/css/shareon-2.5.0.min.css

This file was deleted.

1 change: 1 addition & 0 deletions src/main/jbake/assets/css/shareon-2.6.0.min.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/main/jbake/assets/js/shareon-2.5.0.iife.js

This file was deleted.

1 change: 1 addition & 0 deletions src/main/jbake/assets/js/shareon-2.6.0.iife.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/jbake/templates/footer.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<script src="/js/jquery-3.7.1.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/prettify.js" defer></script>
<script src="/js/shareon-2.5.0.iife.js" defer init></script>
<script src="/js/shareon-2.6.0.iife.js" defer init></script>
<!-- Include most recent Apache Con events -->
<script src="https://www.apachecon.com/event-images/snippet.js" defer></script>

Expand Down
2 changes: 1 addition & 1 deletion src/main/jbake/templates/header.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<link href="/css/custom-style.css" rel="stylesheet"/>
<link href="/css/scheme-light.css" rel="stylesheet"/>
<link href="/css/scheme-dark.css" rel="stylesheet"/>
<link href="/css/shareon-2.5.0.min.css" rel="stylesheet"/>
<link href="/css/shareon-2.6.0.min.css" rel="stylesheet"/>

<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
Expand Down
4 changes: 2 additions & 2 deletions src/main/jbake/templates/share_news.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<div class="shareon" style="margin-top: 30px;">
<a class="reddit"></a>
<a class="linkedin"></a>
<a class="mastodon"></a>
<a class="twitter"></a>
<a class="bluesky"></a>
<a class="telegram"></a>
<a class="mastodon"></a>
<a class="copy-url"></a>
<a class="email"></a>
<a class="print"></a>
Expand Down

0 comments on commit 05366c7

Please sign in to comment.