hugo-theme-introduction/docs/js/initMoment.tmp.js
Vicky 2f8e809667 Add docs/ for demo site
- Serve demo site from theme repo instead of separate repo
2018-09-16 11:54:03 +09:00

4 lines
129 B
JavaScript
Generated

$(document).ready(function() {
var time = moment().tz("America/Los_Angeles").format("h:mm A");
$("#time").html(time);
})