diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2021-05-16 18:46:01 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2021-05-16 18:46:01 -0600 |
commit | 0dae5d53c49dd7b946990ca9e232fb924bf4f918 (patch) | |
tree | 93d4e990a9351a139339e2baf91d82b45849ddb4 /e_dst/tag | |
parent | eaee38a4b6ebedc106548876cdbe1fe433c514bb (diff) |
refactor code and finish basic features
Diffstat (limited to 'e_dst/tag')
-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 |
5 files changed, 5 insertions, 10 deletions
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> |