diff options
author | Alan Pearce | 2014-09-06 20:37:43 +0100 |
---|---|---|
committer | Alan Pearce | 2014-09-06 20:37:43 +0100 |
commit | 579d4822f84be796fe6be019b64a725067422652 (patch) | |
tree | 34bb582f06f5cda456bfc79ba40a83793676a104 /post/opening-projects-with-projectile.md | |
parent | 4e23142594bdc8756373161a84f0ed9ba6b0f0e7 (diff) | |
download | website-579d4822f84be796fe6be019b64a725067422652.tar.lz website-579d4822f84be796fe6be019b64a725067422652.tar.zst website-579d4822f84be796fe6be019b64a725067422652.zip |
Cleanup tags
From now on, a post should only have one category. It can have many tags, but generally avoid having a tag and a category being the same thing. Or maybe I should remove categories.
Diffstat (limited to 'post/opening-projects-with-projectile.md')
-rw-r--r-- | post/opening-projects-with-projectile.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/post/opening-projects-with-projectile.md b/post/opening-projects-with-projectile.md index 4fc097a..04f8cb6 100644 --- a/post/opening-projects-with-projectile.md +++ b/post/opening-projects-with-projectile.md @@ -1,7 +1,7 @@ +++ -Categories = ["Development", "Emacs"] +Categories = ["Emacs"] Description = "" -Tags = ["Development", "emacs", "lisp"] +Tags = ["emacs", "lisp"] title = "Opening Projects with Projectile" date = 2014-07-12T09:12:34Z +++ |