Make dates fully spell out the month #3

Closed
khuxkm wants to merge 3 commits from MonthDayYear into master
3 changed files with 6 additions and 4 deletions

View File

@ -5,12 +5,14 @@ We are an open journal which accepts any tilde-related or non-tilde related entr
Currently hosted at [journal.tildeverse.org](https://journal.tildeverse.org/).
[Come chat with us! (tilde.chat:6697/#journal)](https://web.tilde.chat/?join=journal)
![chat badge](https://tilde.chat/badges/badge.php?channel=%23journal)
## Notes for Writers
The date should be written `Month day, YEAR` (`%B %d, %Y` in Python date formatting).
## deployment notes
this site requires an nginx rewrite to properly server entries:
This site requires an nginx rewrite to properly serve entries:
location ~* ^/entries/(.+)$ {
try_files $uri $uri/ /entries/$1;

View File

@ -1,7 +1,7 @@
---
title: "hello"
author: "Ben Harris"
date: sep 9, 2019
date: September 9, 2019
published: false
---

View File

@ -1,7 +1,7 @@
---
title: "What are Tildes and How You Can Use Tilde Computing"
author: "Anton McClure"
date: sep 12, 2019
date: September 12, 2019
published: true
---