diff options
| author | Shulhan <ms@kilabit.info> | 2022-07-24 20:31:11 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-07-24 20:31:11 +0700 |
| commit | 5488c9e1b06de0b173b7e3deb33e92a7adb3b839 (patch) | |
| tree | df5e1da5ec52023b7e573783a8232e4afe77042e /testdata/test.got.html | |
| parent | 0b28215bf787f257f2ce55fab324efdc5f1145e7 (diff) | |
| download | asciidoctor-go-5488c9e1b06de0b173b7e3deb33e92a7adb3b839.tar.xz | |
all: add default metadata "generator"
The generator metadata contains the library name and its current version.
Diffstat (limited to 'testdata/test.got.html')
| -rw-r--r-- | testdata/test.got.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/test.got.html b/testdata/test.got.html index 54bc7b3..239d8a1 100644 --- a/testdata/test.got.html +++ b/testdata/test.got.html @@ -4,7 +4,7 @@ <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> -<meta name="generator" content="asciidoctor-go"> +<meta name="generator" content="asciidoctor-go 0.3.0-alpha"> <meta name="description" content="meta description"> <meta name="keywords" content="key, words"> <meta name="author" content="Author A, Author mid dle B"> @@ -2956,7 +2956,7 @@ this sidebar.</p> <div id="footer"> <div id="footer-text"> 1.1.1<br> -Last updated 2022-07-17 17:22:21 +0700 +Last updated 2022-07-24 20:18:18 +0700 </div> </div> </body> |
