Skip to content

Commit

Permalink
Possibly fix date
Browse files Browse the repository at this point in the history
  • Loading branch information
Glitch (veil-look) committed Dec 29, 2019
1 parent 576508c commit bcd5cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/layouts/post.njk
Expand Up @@ -10,7 +10,7 @@
</head>
<body>
<header>
<p class="meta-text">Posted on {{ page.date }} </p>
<p class="meta-text">Posted on {{ page.date.toLocaleDateString() }} </p>
<h1>{{ title }}</h1>
</header>

Expand Down

0 comments on commit bcd5cf2

Please sign in to comment.