This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MSKINS-195 in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git
commit 3537d4425c1ca4567c703f1f80fae14a2833c7bb Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat Feb 18 16:18:06 2023 +0100 [MSKINS-195] Refresh script with Twitter Follow button based on https://publish.twitter.com/?buttonType=FollowButton&query=asf&widget=Button --- src/main/resources/META-INF/maven/site-macros.vm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/META-INF/maven/site-macros.vm b/src/main/resources/META-INF/maven/site-macros.vm index 3ed06f6..367ffcd 100644 --- a/src/main/resources/META-INF/maven/site-macros.vm +++ b/src/main/resources/META-INF/maven/site-macros.vm @@ -712,8 +712,8 @@ $indent </ul>## <ul class="nav pull-right" style="border:none; margin-top: 7px"><li> #* *##end ## - <a href="https://twitter.com/${user}" class="twitter-follow-button" data-show-count="${showFollowers}" data-align="${dataAlign}" data-size="${dataSize}" data-show-screen-name="${showUser}" data-lang="#if ( $locale.toString() )$locale#{else}en#end">Follow ${user}</a> - <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> + <a href="https://twitter.com/${user}" class="twitter-follow-button" data-show-count="${showFollowers}" data-align="${dataAlign}" data-size="${dataSize}" data-show-screen-name="${showUser}" data-lang="#if ( $locale.toString() )$locale#{else}en#end" data-dnt="true" >Follow ${user}</a> + <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> ## #* *##if ( $sideBarEnabled ) </div>
