// Get current time and format // function getTime() { // let date = new Date(), // min = date.getMinutes(), // sec = date.getSeconds(), // hour = date.getHours(); --> --> // return ( // "" + // (hour < 10 ? "0" + hour : hour) + // ":" + // (min < 10 ? "0" + min : min) + // ":" + // (sec < 10 ? "0" + sec : sec) // ); // } // window.onload = () => { // // Set up the clock // document.getElementById("clock").innerHTML = getTime(); // // Set clock interval to tick clock // setInterval(() => { // document.getElementById("clock").innerHTML = getTime(); // }, 100); // }; // // //

Sample blog post

Each post also has a subtitle

This is a demo post to show you how to write blog posts with markdown. I strongly encourage you to take 5 minutes to learn how to write in markdown - it’ll teach you how to transform regular text into bold/italics/headings/tables/etc. [Read More]
Tags: test