Make dates fully spell out the month #3

Closed
khuxkm wants to merge 3 commits from MonthDayYear into master
1 changed files with 4 additions and 2 deletions
Showing only changes of commit a18690d2f0 - Show all commits

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;