From d528dcbf7fb70d6004c6408e5663d9ce1bd1cb5c Mon Sep 17 00:00:00 2001 From: Starfall Date: Fri, 29 Oct 2021 00:10:09 -0500 Subject: strike: use pathlib.Path for better readability where simple --- sample/html/empty.html | 2 +- sample/html/happy.html | 2 +- sample/html/with-frontmatter.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sample') diff --git a/sample/html/empty.html b/sample/html/empty.html index b8951a7..b1a01ea 100644 --- a/sample/html/empty.html +++ b/sample/html/empty.html @@ -4,7 +4,7 @@ - +
diff --git a/sample/html/happy.html b/sample/html/happy.html index 3c239f1..9f4b32f 100644 --- a/sample/html/happy.html +++ b/sample/html/happy.html @@ -4,7 +4,7 @@ - +
Hello, world! diff --git a/sample/html/with-frontmatter.html b/sample/html/with-frontmatter.html index 681c23d..99627a1 100644 --- a/sample/html/with-frontmatter.html +++ b/sample/html/with-frontmatter.html @@ -4,7 +4,7 @@ - +
Things before this line should not appear in the output. -- cgit