Add theme assets;

This commit is contained in:
2024-01-21 17:18:37 +01:00
parent fcc061aeba
commit aa45b6a645
1425 changed files with 430771 additions and 1 deletions

13
public/assets/js/peity.js Normal file
View File

@@ -0,0 +1,13 @@
// npm package: peity
// github link: https://github.com/benpickles/peity
$(function() {
'use strict'
$('.peity-line').peity("line");
$('.peity-bar').peity("bar");
$('.peity-pie').peity("pie");
$('.peity-donut').peity("donut");
$('.peity-custom span').peity("donut");
});