diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-06 23:53:07 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-06 23:53:07 -0500 |
commit | bae3d88f0d4ab3481cdbd47ae5ddd65ff5f91e0c (patch) | |
tree | ac30e4cce253101dcca11a3ed757fc95d32a7246 | |
parent | 2db85d4d3bff943629709cacc3d976c24951b8aa (diff) |
fix documents
-rw-r--r-- | src/dnd/PsionicSchools.org | 2 | ||||
-rw-r--r-- | src/dnd/Psionist.md | 2 | ||||
-rw-r--r-- | src/dnd/SpellGauntlet.org | 2 | ||||
-rw-r--r-- | src/dnd/Tastavi.md | 2 | ||||
-rw-r--r-- | src/dnd/index.yaml | 2 | ||||
-rw-r--r-- | src/writing/index.yaml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/dnd/PsionicSchools.org b/src/dnd/PsionicSchools.org index bd3ab60..9f71b15 100644 --- a/src/dnd/PsionicSchools.org +++ b/src/dnd/PsionicSchools.org @@ -1,6 +1,6 @@ #+TITLE: Schools of Psionics
#+CLASS: dnd
-#+TAGS: ES HB
+#+CATEGORIES: ES HB
From what I've seen, the most recent few 5e Unearthed Arcana dealing
with "Psionics and the Mystic" have been getting somewhat mixed
diff --git a/src/dnd/Psionist.md b/src/dnd/Psionist.md index 3d21f58..66869db 100644 --- a/src/dnd/Psionist.md +++ b/src/dnd/Psionist.md @@ -2,7 +2,7 @@ title: "Psionist Class [5e]" updated: "2016-07-16T21:01-0400" class: "dnd" -tags: ES HB +categories: ES HB --- <div id="table-of-contents"> diff --git a/src/dnd/SpellGauntlet.org b/src/dnd/SpellGauntlet.org index 8cf1c0d..9eb030d 100644 --- a/src/dnd/SpellGauntlet.org +++ b/src/dnd/SpellGauntlet.org @@ -1,6 +1,6 @@ #+TITLE: Spell Gauntlet: Practical Spellcasting #+CLASS: dnd -#+TAGS: FF SS WP +#+CATEGORIES: FF SS WP * Teleport diff --git a/src/dnd/Tastavi.md b/src/dnd/Tastavi.md index d9b7e86..77efda6 100644 --- a/src/dnd/Tastavi.md +++ b/src/dnd/Tastavi.md @@ -2,7 +2,7 @@ title: "Tastavi D'Maelnor of Llolethane" updated: "2016-08-30 Tue 23:56" class: "dnd" -tags: SS +categories: SS --- <p> diff --git a/src/dnd/index.yaml b/src/dnd/index.yaml index 339274b..248d91f 100644 --- a/src/dnd/index.yaml +++ b/src/dnd/index.yaml @@ -3,4 +3,4 @@ external: - title: "Waterdeep Bazaar: Marketplace Generator" url: "/dnd/WaterdeepBazaar/WaterdeepBazaar.html" published: "2015-12-14" - tags: [DM, WP] + categories: [DM, WP] diff --git a/src/writing/index.yaml b/src/writing/index.yaml index a04bb2d..498038e 100644 --- a/src/writing/index.yaml +++ b/src/writing/index.yaml @@ -3,4 +3,4 @@ external: - title: "365 Tomorrows: A Simple Lament" url: "http://365tomorrows.com/12/03/a-simple-lament/" published: "2013-12-03" - tags: [FF] + categories: [FF] |