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.
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M content/post/opening-projects-with-projectile.md → content/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 +++