about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2022-12-16 14:34:14 -0500
committerelioat <elioat@tilde.institute>2022-12-16 14:34:14 -0500
commita655fce537c9d88c1eceaa454c905928651fdfc7 (patch)
treebef05dc895e9da58a846eee212998b160c0412ac
parentd7a8a882ecd78558ffa010b73d89c406d9f276f8 (diff)
downloaddecember-2022-a655fce537c9d88c1eceaa454c905928651fdfc7.tar.gz
*
-rw-r--r--src/blogthing/blogthing.lil4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/blogthing/blogthing.lil b/src/blogthing/blogthing.lil
index faf875b..bdaef9b 100644
--- a/src/blogthing/blogthing.lil
+++ b/src/blogthing/blogthing.lil
@@ -4,11 +4,13 @@ filename:now , ".txt"
 if args[2] do
 
 	if args[2] ~ "title" do
-		print["title"]
+		th:"title: \ndate: ", now , "\ntags: \n"
+		print[th]
 	end
 
 	if args[2] ~ "note" do
 		print["note"]
+		nh:"date: ", now , "\ntags: \n"
 	end
 
 	if args[2] ~ "image" do