Files
bobatheme/assets/js/share-event.js
BBaoVanC d50a4dc6bd Import remaining template and styling code from bbaovanc.com
It's probably better structure-wise to have it all consolidated in
bobatheme. Then bbaovanc.com is only concerned about content, not stuff
that I declared to be specific to my site. This came from when I had
multiple sites running bobatheme in the background, so now it's just an
arbitrary, legacy distinction.

Fixes #86
2025-07-30 00:43:05 -05:00

4 lines
87 B
JavaScript

function share_event(service) {
plausible("Share", {props: {Network: service}});
}