diff options
-rw-r--r-- | luevano/404.html | 1 | ||||
-rw-r--r-- | luevano/contact.html | 1 | ||||
-rw-r--r-- | luevano/donate.html | 3 | ||||
-rw-r--r-- | luevano/index.html | 1 | ||||
-rw-r--r-- | luevano/sitemap-index.xml | 4 | ||||
-rw-r--r-- | luevano/sitemap.xml | 16 |
6 files changed, 21 insertions, 5 deletions
diff --git a/luevano/404.html b/luevano/404.html index dc284b1..0036e3b 100644 --- a/luevano/404.html +++ b/luevano/404.html @@ -3,6 +3,7 @@ <head> <base href="https://static.luevano.xyz/"> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>404 Not found -- Luévano's Site</title> <link rel="icon" href="images/icons/favicon.ico"> diff --git a/luevano/contact.html b/luevano/contact.html index 78dd476..814aacb 100644 --- a/luevano/contact.html +++ b/luevano/contact.html @@ -3,6 +3,7 @@ <head> <base href="https://static.luevano.xyz/"> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Contact -- Luévano's Site</title> <link rel="icon" href="images/icons/favicon.ico"> diff --git a/luevano/donate.html b/luevano/donate.html index 6fd241b..6e057a2 100644 --- a/luevano/donate.html +++ b/luevano/donate.html @@ -3,6 +3,7 @@ <head> <base href="https://static.luevano.xyz/"> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Donate -- Luévano's Site</title> <link rel="icon" href="images/icons/favicon.ico"> @@ -93,7 +94,7 @@ </li> <li> - <a href="https://hostodo.com/portal/aff.php?aff=914" alt="Hostodo referral">Hostodo</a>: Cheaper server hosting, I host <code class="link">ezclap.xyz</code>, which is being used only for some game servers and "bigger" stuff. <b>I get 12% for every sale and renewal.</b> + <a href="https://hostodo.com/portal/aff.php?aff=914" alt="Hostodo referral">Hostodo</a>: Cheaper server hosting, I host <code class="link">ezclap.xyz</code> here, which is being used only for some game servers and "bigger" stuff. <b>I get 12% for every sale and renewal.</b> </li> <li> diff --git a/luevano/index.html b/luevano/index.html index 6f8701a..e4039c4 100644 --- a/luevano/index.html +++ b/luevano/index.html @@ -4,6 +4,7 @@ <base href="https://static.luevano.xyz/"> <meta charset="utf-8"> <title>Luévano's Site</title> + <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" href="images/icons/favicon.ico"> <!-- general style --> diff --git a/luevano/sitemap-index.xml b/luevano/sitemap-index.xml index 94d13d6..ce7f772 100644 --- a/luevano/sitemap-index.xml +++ b/luevano/sitemap-index.xml @@ -2,10 +2,10 @@ <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <sitemap> <loc>https://luevano.xyz/sitemap.xml</loc> - <lastmod>2021-05-25</lastmod> + <lastmod>2021-06-01</lastmod> </sitemap> <sitemap> <loc>https://blog.luevano.xyz/sitemap.xml</loc> - <lastmod>2021-05-25</lastmod> + <lastmod>2021-06-01</lastmod> </sitemap> </sitemapindex> diff --git a/luevano/sitemap.xml b/luevano/sitemap.xml index 8e7dd59..37dfc12 100644 --- a/luevano/sitemap.xml +++ b/luevano/sitemap.xml @@ -6,13 +6,25 @@ http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> <url> <loc>https://luevano.xyz</loc> - <lastmod>2021-05-25</lastmod> + <lastmod>2021-06-01</lastmod> + <changefreq>monthly</changefreq> + <priority>1.0</priority> +</url> +<url> + <loc>https://luevano.xyz/contact.html</loc> + <lastmod>2021-06-01</lastmod> + <changefreq>monthly</changefreq> + <priority>1.0</priority> +</url> +<url> + <loc>https://luevano.xyz/donate.html</loc> + <lastmod>2021-06-01</lastmod> <changefreq>monthly</changefreq> <priority>1.0</priority> </url> <url> <loc>https://blog.luevano.xyz</loc> - <lastmod>2021-05-25</lastmod> + <lastmod>2021-06-01</lastmod> <changefreq>daily</changefreq> <priority>1.0</priority> </url> |