diff options
author | Starfall <us@starfall.systems> | 2021-10-29 00:10:09 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-12-05 10:00:50 -0600 |
commit | d528dcbf7fb70d6004c6408e5663d9ce1bd1cb5c (patch) | |
tree | 888c5803ea67521e814a113d62bd90578e1a80fe /sample/html | |
parent | 2a076115b8a8e36d1b243a2e29663a108e11e422 (diff) |
strike: use pathlib.Path for better readability where simple
Diffstat (limited to 'sample/html')
-rw-r--r-- | sample/html/empty.html | 2 | ||||
-rw-r--r-- | sample/html/happy.html | 2 | ||||
-rw-r--r-- | sample/html/with-frontmatter.html | 2 |
3 files changed, 3 insertions, 3 deletions
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 @@ <meta charset=UTF-8> <meta name=robots content="noindex, nofollow"> <meta name=viewport content="width=device-width, initial-scale=1"> -<meta http-equiv=last-modified content="Sat, 23 Oct 2021 02:55:53 GMT"> +<meta http-equiv=last-modified content="Fri, 29 Oct 2021 04:55:33 GMT"> <section> 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 @@ <meta charset=UTF-8> <meta name=robots content="noindex, nofollow"> <meta name=viewport content="width=device-width, initial-scale=1"> -<meta http-equiv=last-modified content="Sat, 23 Oct 2021 02:57:17 GMT"> +<meta http-equiv=last-modified content="Fri, 29 Oct 2021 04:55:33 GMT"> <section> 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 @@ <meta charset=UTF-8> <meta name=robots content="noindex, nofollow"> <meta name=viewport content="width=device-width, initial-scale=1"> -<meta http-equiv=last-modified content="Fri, 29 Oct 2021 03:25:04 GMT"> +<meta http-equiv=last-modified content="Fri, 29 Oct 2021 04:55:33 GMT"> <section> Things before this line should not appear in the output. |