diff options
Diffstat (limited to 'e_dst')
-rw-r--r-- | e_dst/a/test2.html | 3 | ||||
-rw-r--r-- | e_dst/index.html | 17 | ||||
-rw-r--r-- | e_dst/tag/@123.html | 3 | ||||
-rw-r--r-- | e_dst/tag/@another-test.html | 3 | ||||
-rw-r--r-- | e_dst/tag/@archive.html | 3 | ||||
-rw-r--r-- | e_dst/tag/@small.html | 3 | ||||
-rw-r--r-- | e_dst/tag/@test.html | 3 | ||||
-rw-r--r-- | e_dst/test1.html | 3 | ||||
-rw-r--r-- | e_dst/test2.html | 1 |
9 files changed, 24 insertions, 15 deletions
diff --git a/e_dst/a/test2.html b/e_dst/a/test2.html index ddb9b53..57f2b07 100644 --- a/e_dst/a/test2.html +++ b/e_dst/a/test2.html @@ -3,7 +3,6 @@ <head> <meta charset="utf-8"> <title>Test 2</title> - </head> <body> <h1>Test 2</h1><p>This is an article test, again</p> @@ -13,6 +12,6 @@ <li>??</li> </ul> </li> -</ul><p>Tags: <a href="https://blog.luevano.xyz/tag/@test.html">test</a>, <a href="https://blog.luevano.xyz/tag/@archive.html">archive</a>, <a href="https://blog.luevano.xyz/tag/@another-test.html">another-test</a>, <a href="https://blog.luevano.xyz/tag/@123.html">123</a></p> +</ul><p>Tags: <a href="https://blog.luevano.xyz/tag/@123.html">123</a>, <a href="https://blog.luevano.xyz/tag/@another-test.html">another-test</a>, <a href="https://blog.luevano.xyz/tag/@archive.html">archive</a>, <a href="https://blog.luevano.xyz/tag/@test.html">test</a></p> </body> </html> diff --git a/e_dst/index.html b/e_dst/index.html new file mode 100644 index 0000000..1247d09 --- /dev/null +++ b/e_dst/index.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +<meta charset="utf-8"> +<title>Index</title> +</head> +<body> +<p>Tags: <a href="https://blog.luevano.xyz/tag/@123.html">123</a>, <a href="https://blog.luevano.xyz/tag/@another-test.html">another-test</a>, <a href="https://blog.luevano.xyz/tag/@archive.html">archive</a>, <a href="https://blog.luevano.xyz/tag/@small.html">small</a>, <a href="https://blog.luevano.xyz/tag/@test.html">test</a></p> +<h2>Articles</h2> +<ul> +<h3>May 2021</h3> +<li>May 11 - <a href="https://blog.luevano.xyz/test1.html">Test 1</a></li> +<li>May 12 - <a href="https://blog.luevano.xyz/test2.html">Test 1</a></li> +<li>May 12 - <a href="https://blog.luevano.xyz/a/test2.html">Test 2</a></li> +</ul> +</body> +</html> diff --git a/e_dst/tag/@123.html b/e_dst/tag/@123.html index 36f1c04..da82747 100644 --- a/e_dst/tag/@123.html +++ b/e_dst/tag/@123.html @@ -2,8 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> -<title>Posts filtered by tag "123"</title> - +<title>Posts filtered by: 123</title> </head> <body> <p>Posts filtered by tag: <a href="https://blog.luevano.xyz/tag/@123.html">123</a></p> diff --git a/e_dst/tag/@another-test.html b/e_dst/tag/@another-test.html index dfbc30e..dcbb482 100644 --- a/e_dst/tag/@another-test.html +++ b/e_dst/tag/@another-test.html @@ -2,8 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> -<title>Posts filtered by tag "another-test"</title> - +<title>Posts filtered by: another-test</title> </head> <body> <p>Posts filtered by tag: <a href="https://blog.luevano.xyz/tag/@another-test.html">another-test</a></p> diff --git a/e_dst/tag/@archive.html b/e_dst/tag/@archive.html index 80fb231..57cdbe4 100644 --- a/e_dst/tag/@archive.html +++ b/e_dst/tag/@archive.html @@ -2,8 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> -<title>Posts filtered by tag "archive"</title> - +<title>Posts filtered by: archive</title> </head> <body> <p>Posts filtered by tag: <a href="https://blog.luevano.xyz/tag/@archive.html">archive</a></p> diff --git a/e_dst/tag/@small.html b/e_dst/tag/@small.html index bdc2920..8531a8c 100644 --- a/e_dst/tag/@small.html +++ b/e_dst/tag/@small.html @@ -2,8 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> -<title>Posts filtered by tag "small"</title> - +<title>Posts filtered by: small</title> </head> <body> <p>Posts filtered by tag: <a href="https://blog.luevano.xyz/tag/@small.html">small</a></p> diff --git a/e_dst/tag/@test.html b/e_dst/tag/@test.html index 5cbb322..d5fa3be 100644 --- a/e_dst/tag/@test.html +++ b/e_dst/tag/@test.html @@ -2,8 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> -<title>Posts filtered by tag "test"</title> - +<title>Posts filtered by: test</title> </head> <body> <p>Posts filtered by tag: <a href="https://blog.luevano.xyz/tag/@test.html">test</a></p> diff --git a/e_dst/test1.html b/e_dst/test1.html index 6ce9593..7073ee6 100644 --- a/e_dst/test1.html +++ b/e_dst/test1.html @@ -3,7 +3,6 @@ <head> <meta charset="utf-8"> <title>Test 1</title> - </head> <body> <h1>Test 1</h1><p>This is an article test</p> @@ -11,6 +10,6 @@ <li>asdfg</li> <li>hjikl</li> <li>modified</li> -</ul><p>Tags: <a href="https://blog.luevano.xyz/tag/@test.html">test</a>, <a href="https://blog.luevano.xyz/tag/@small.html">small</a>, <a href="https://blog.luevano.xyz/tag/@archive.html">archive</a></p> +</ul><p>Tags: <a href="https://blog.luevano.xyz/tag/@archive.html">archive</a>, <a href="https://blog.luevano.xyz/tag/@small.html">small</a>, <a href="https://blog.luevano.xyz/tag/@test.html">test</a></p> </body> </html> diff --git a/e_dst/test2.html b/e_dst/test2.html index 714fed6..e5bbffd 100644 --- a/e_dst/test2.html +++ b/e_dst/test2.html @@ -3,7 +3,6 @@ <head> <meta charset="utf-8"> <title>Test 1</title> - </head> <body> <h1>Test 1</h1><p>This is an article test</p> |