You've already forked ProfessionalWebsite
Renamed 'blog' folder to 'posts' to prevent blog.html loading errors (without html extension) Signed-off-by: Alexander Davis alex@adcm.uk
5 lines
118 B
JavaScript
5 lines
118 B
JavaScript
document.querySelectorAll('.datepicker').forEach(function(field) {
|
|
var picker = new Pikaday({
|
|
field: field
|
|
});
|
|
}); |