mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 23:09:47 +00:00
2f8e809667
- Serve demo site from theme repo instead of separate repo
4 lines
129 B
JavaScript
Generated
4 lines
129 B
JavaScript
Generated
$(document).ready(function() {
|
|
var time = moment().tz("America/Los_Angeles").format("h:mm A");
|
|
$("#time").html(time);
|
|
})
|