diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-04 17:13:22 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-04 17:13:22 -0500 |
commit | 90e593e800e62b1605a8052a54e0ab3371dd3dde (patch) | |
tree | 35290948b249e6e756a3fdf6724fc8aa2bb4c6af /src | |
parent | 5e257d407b4abf2be61c656dfb1d383396df35b1 (diff) |
implement sections
Diffstat (limited to 'src')
-rw-r--r-- | src/index.yaml | 1 | ||||
-rw-r--r-- | src/writing/index.yaml | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/index.yaml b/src/index.yaml index 931c08e..535f810 100644 --- a/src/index.yaml +++ b/src/index.yaml @@ -8,6 +8,7 @@ external: url: "http://365tomorrows.com/12/03/a-simple-lament/" published: "2013-12-03" tags: [FF] + section: "writing" - title: "Waterdeep Bazaar: Marketplace Generator" url: "/dnd/WaterdeepBazaar/WaterdeepBazaar.html" published: "2015-12-14" diff --git a/src/writing/index.yaml b/src/writing/index.yaml new file mode 100644 index 0000000..a04bb2d --- /dev/null +++ b/src/writing/index.yaml @@ -0,0 +1,6 @@ +title: "Writing" +external: + - title: "365 Tomorrows: A Simple Lament" + url: "http://365tomorrows.com/12/03/a-simple-lament/" + published: "2013-12-03" + tags: [FF] |