From 6fdbf1b748a013b49c228658bb05893e1f01e359 Mon Sep 17 00:00:00 2001 From: Starfall Date: Sat, 23 Oct 2021 13:30:40 -0500 Subject: strike: implement meta[title] and meta[data] from file information --- sample/html/empty.html | 3 ++- sample/html/happy.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sample/html') diff --git a/sample/html/empty.html b/sample/html/empty.html index da72fca..b8951a7 100644 --- a/sample/html/empty.html +++ b/sample/html/empty.html @@ -1,9 +1,10 @@ -aaaa need a title +empty +
diff --git a/sample/html/happy.html b/sample/html/happy.html index 734a9b7..3c239f1 100644 --- a/sample/html/happy.html +++ b/sample/html/happy.html @@ -1,9 +1,10 @@ -aaaa need a title +happy +
Hello, world! -- cgit