diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-05-05 00:19:05 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-05-05 00:20:57 -0700 |
commit | 015e3b4716a15c674829034bce56b83b323688df (patch) | |
tree | affdc4cc09c5ddd558370911a6e5368412e35116 /source/blog/2014-11-28-going-diceware.md | |
parent | d14e9ac5b86c911cb255ab30425790488c20fb4d (diff) | |
download | my_new_personal_website-015e3b4716a15c674829034bce56b83b323688df.tar.xz my_new_personal_website-015e3b4716a15c674829034bce56b83b323688df.zip |
convert date metadata field to ISO 8601
Diffstat (limited to 'source/blog/2014-11-28-going-diceware.md')
-rw-r--r-- | source/blog/2014-11-28-going-diceware.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blog/2014-11-28-going-diceware.md b/source/blog/2014-11-28-going-diceware.md index 9f12d8d8..7341e061 100644 --- a/source/blog/2014-11-28-going-diceware.md +++ b/source/blog/2014-11-28-going-diceware.md @@ -1,6 +1,6 @@ --- title: "Going Diceware" -date: 2014-11-28 19:05:59 -0800 +date: 2014-11-28T19:05:59-0800 date-display: November 28, 2014 --- Today I'm officially going [Diceware](http://world.std.com/~reinhold/diceware.html). I published my simple C implementation of diceware on [GitHub](https://github.com/zmwangx/diceware). |