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 ++- sample/template.html | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'sample') 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! diff --git a/sample/template.html b/sample/template.html index c8e401a..2552906 100644 --- a/sample/template.html +++ b/sample/template.html @@ -1,9 +1,10 @@ -aaaa need a title +{meta[title]} +
{content} -- cgit