diff options
| author | Shulhan <ms@kilabit.info> | 2024-04-04 22:17:20 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-04-04 22:17:58 +0700 |
| commit | 949be8394e52c188dc57b2dea5128d23df398245 (patch) | |
| tree | a0bec91f77d28425912c2a16c57b77192b1d75ca /testdata/watcher_test.txt | |
| parent | aed750e52ceccc18e3143995d43b0b1de21055b9 (diff) | |
| download | ciigo-0.12.0.tar.xz | |
Release ciigo v0.12.0 (2024-04-04)v0.12.0
=== New features
* all: add server option to automatically generate index HTML
If the requested path is directory and no "index.html" file exist in
that directory, ciigo server will render list of files as "index.html"
automatically.
=== Chores
* all: replace module "share" with "pakakeh.go"
The "share" module has been moved to new repository with new name at
"https://sr.ht/~shulhan/pakakeh.go".
Diffstat (limited to 'testdata/watcher_test.txt')
| -rw-r--r-- | testdata/watcher_test.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/watcher_test.txt b/testdata/watcher_test.txt index a4a04c1..0d9d0de 100644 --- a/testdata/watcher_test.txt +++ b/testdata/watcher_test.txt @@ -8,7 +8,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="theme-color" content="#375EAB"> - <meta name="generator" content="asciidoctor-go 0.5.1"> + <meta name="generator" content="asciidoctor-go 0.5.2"> <title>watch create</title> <style> body{} @@ -50,7 +50,7 @@ Hello, body. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="theme-color" content="#375EAB"> - <meta name="generator" content="asciidoctor-go 0.5.1"> + <meta name="generator" content="asciidoctor-go 0.5.2"> <meta name="keywords" content="ciigo,asciidoc"> <title>watch updated</title> <link rel="stylesheet" href="/path/to/style.css"> |
