diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2021-05-11 20:38:48 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2021-05-11 20:38:48 -0600 |
commit | eaee38a4b6ebedc106548876cdbe1fe433c514bb (patch) | |
tree | a6c377fb959a09f7778c70b2069cd7c88682fae1 /e_dst/tag/@another-test.html | |
parent | 0a9c6693255800c6c197a3dcf3614046c296e293 (diff) |
refactor code and almost finish main functionalityv0.1.0
Diffstat (limited to 'e_dst/tag/@another-test.html')
-rw-r--r-- | e_dst/tag/@another-test.html | 16 |
1 files changed, 16 insertions, 0 deletions
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> |