Sha256: 15fbb889d9a4f85391e6e59c2d3d6c1c413a53da72c3c49834b79082fe04f9aa
Contents?: true
Size: 458 Bytes
Versions: 12
Compression:
Stored size: 458 Bytes
Contents
<dl> <dt>{{ __statistics }}</dt> <dd> <a href="https://github.com/rundocs/analytics" target="_blank"> {{ __total_visits }} <span id="counter"></span> <i class="fa fa-eye"></i> </a> </dd> </dl> <script> $(document).ready(function() { $.getJSON("https://rundocs-analytics.glitch.me/analytics?host=" + location.host, function(data) { $("#counter").html(data.count); }); }); </script>
Version data entries
12 entries across 12 versions & 1 rubygems