diff options
Diffstat (limited to 'e_dst')
-rw-r--r-- | e_dst/a/test2.html | 18 | ||||
-rw-r--r-- | e_dst/tag/@123.html | 16 | ||||
-rw-r--r-- | e_dst/tag/@another-test.html | 16 | ||||
-rw-r--r-- | e_dst/tag/@archive.html | 17 | ||||
-rw-r--r-- | e_dst/tag/@small.html | 16 | ||||
-rw-r--r-- | e_dst/tag/@test.html | 18 | ||||
-rw-r--r-- | e_dst/test1.html | 16 | ||||
-rw-r--r-- | e_dst/test2.html | 16 |
8 files changed, 133 insertions, 0 deletions
diff --git a/e_dst/a/test2.html b/e_dst/a/test2.html index e69de29..ddb9b53 100644 --- a/e_dst/a/test2.html +++ b/e_dst/a/test2.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +<meta charset="utf-8"> +<title>Test 2</title> + +</head> +<body> +<h1>Test 2</h1><p>This is an article test, again</p> +<ul> +<li>asdfg</li> +<li>hjikl<ul> +<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> +</body> +</html> diff --git a/e_dst/tag/@123.html b/e_dst/tag/@123.html new file mode 100644 index 0000000..36f1c04 --- /dev/null +++ b/e_dst/tag/@123.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +<meta charset="utf-8"> +<title>Posts filtered by tag "123"</title> + +</head> +<body> +<p>Posts filtered by tag: <a href="https://blog.luevano.xyz/tag/@123.html">123</a></p> +<h2>Articles</h2> +<ul> +<h3>May 2021</h3> +<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/@another-test.html b/e_dst/tag/@another-test.html new file mode 100644 index 0000000..dfbc30e --- /dev/null +++ b/e_dst/tag/@another-test.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +<meta charset="utf-8"> +<title>Posts filtered by tag "another-test"</title> + +</head> +<body> +<p>Posts filtered by tag: <a href="https://blog.luevano.xyz/tag/@another-test.html">another-test</a></p> +<h2>Articles</h2> +<ul> +<h3>May 2021</h3> +<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/@archive.html b/e_dst/tag/@archive.html new file mode 100644 index 0000000..80fb231 --- /dev/null +++ b/e_dst/tag/@archive.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +<meta charset="utf-8"> +<title>Posts filtered by tag "archive"</title> + +</head> +<body> +<p>Posts filtered by tag: <a href="https://blog.luevano.xyz/tag/@archive.html">archive</a></p> +<h2>Articles</h2> +<ul> +<h3>May 2021</h3> +<li>May 12 - <a href="https://blog.luevano.xyz/a/test2.html">Test 2</a></li> +<li>May 11 - <a href="https://blog.luevano.xyz/test1.html">Test 1</a></li> +</ul> +</body> +</html> diff --git a/e_dst/tag/@small.html b/e_dst/tag/@small.html new file mode 100644 index 0000000..bdc2920 --- /dev/null +++ b/e_dst/tag/@small.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +<meta charset="utf-8"> +<title>Posts filtered by tag "small"</title> + +</head> +<body> +<p>Posts filtered by tag: <a href="https://blog.luevano.xyz/tag/@small.html">small</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> +</ul> +</body> +</html> diff --git a/e_dst/tag/@test.html b/e_dst/tag/@test.html new file mode 100644 index 0000000..5cbb322 --- /dev/null +++ b/e_dst/tag/@test.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +<meta charset="utf-8"> +<title>Posts filtered by tag "test"</title> + +</head> +<body> +<p>Posts filtered by tag: <a href="https://blog.luevano.xyz/tag/@test.html">test</a></p> +<h2>Articles</h2> +<ul> +<h3>May 2021</h3> +<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> +<li>May 11 - <a href="https://blog.luevano.xyz/test1.html">Test 1</a></li> +</ul> +</body> +</html> diff --git a/e_dst/test1.html b/e_dst/test1.html index e69de29..6ce9593 100644 --- a/e_dst/test1.html +++ b/e_dst/test1.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +<meta charset="utf-8"> +<title>Test 1</title> + +</head> +<body> +<h1>Test 1</h1><p>This is an article test</p> +<ul> +<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> +</body> +</html> diff --git a/e_dst/test2.html b/e_dst/test2.html new file mode 100644 index 0000000..714fed6 --- /dev/null +++ b/e_dst/test2.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +<meta charset="utf-8"> +<title>Test 1</title> + +</head> +<body> +<h1>Test 1</h1><p>This is an article test</p> +<ul> +<li>asdfg</li> +<li>hjikl</li> +<li>modified</li> +</ul><p>Tags: <a href="https://blog.luevano.xyz/tag/@test.html">test</a></p> +</body> +</html> |