Files
ProfessionalWebsite/export/assets/js/theme.js
Alexander Davis c47711493f Fixed Links & Blog
Update links in navbar to fix incorrect href tags (nesting of html files)
Renamed 'blog' folder to 'posts' to prevent blog.html loading errors (without html extension)

Signed-off-by: Alexander Davis <alex@adcm.uk>
2025-07-31 17:51:51 +01:00

5 lines
118 B
JavaScript

document.querySelectorAll('.datepicker').forEach(function(field) {
var picker = new Pikaday({
field: field
});
});