Hacker News new | ask | show | jobs
by gwbas1c 2187 days ago
I recently wrote a blog engine as a way to learn some technologies I haven't used.

For static pages, I only use in-browser JavaScript to format dates to the reader's locale. If, for some reason, the JavaScript doesn't run, the date will just be formatted a little differently than I'd like.

Not too big of a deal.