diff options
| author | yingyu5658 <i@yingyu5658.me> | 2025-08-07 10:35:56 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2025-08-07 10:35:56 +0800 |
| commit | 87cb7cc92743e88486e5e3c4852ab903a159fd8c (patch) | |
| tree | 62a9f988b51034e5148bb61f019d6caffa60ee59 /exampleSite/public/post/page | |
| parent | 83d5590fc13e769f976746cac1e2119c25589448 (diff) | |
| download | hugo-theme-concise-87cb7cc92743e88486e5e3c4852ab903a159fd8c.tar.gz hugo-theme-concise-87cb7cc92743e88486e5e3c4852ab903a159fd8c.zip | |
添加exampleSite
Diffstat (limited to 'exampleSite/public/post/page')
| -rw-r--r-- | exampleSite/public/post/page/1/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/exampleSite/public/post/page/1/index.html b/exampleSite/public/post/page/1/index.html new file mode 100644 index 0000000..572fdce --- /dev/null +++ b/exampleSite/public/post/page/1/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + <title>http://localhost:1313/post/</title> + <link rel="canonical" href="http://localhost:1313/post/"> + <meta name="robots" content="noindex"> + <meta charset="utf-8"> + <meta http-equiv="refresh" content="0; url=http://localhost:1313/post/"> + </head> +</html> |
