diff --git a/content/shortnotes/20240131.md b/content/shortnotes/20240131-security-vuln.md similarity index 98% rename from content/shortnotes/20240131.md rename to content/shortnotes/20240131-security-vuln.md index d42ea0c..ecd2b6f 100644 --- a/content/shortnotes/20240131.md +++ b/content/shortnotes/20240131-security-vuln.md @@ -3,7 +3,6 @@ title = "20240131" # description = "" date = 2024-01-31 # updated = 2024-01-31 -draft = true [taxonomies] tags = ["shortnotes"] +++ diff --git a/content/shortnotes/testing-fsrs.md b/content/shortnotes/testing-fsrs.md index f905a17..149c2df 100644 --- a/content/shortnotes/testing-fsrs.md +++ b/content/shortnotes/testing-fsrs.md @@ -3,7 +3,6 @@ title = "Trying Out FSRS" # description = "" date = 2024-01-15 # updated = 2024-01-15 -draft = true [taxonomies] tags = ["shortnotes"] +++ diff --git a/newpost.sh b/newpost.sh index 855fdb2..982b567 100755 --- a/newpost.sh +++ b/newpost.sh @@ -74,7 +74,7 @@ title = "$post_name" # description = "" date = $year-$month-$day # updated = $year-$month-$day -draft = true +#draft = true [taxonomies] tags = [$shortnotestag] +++