diff options
| author | mnik01 <maksimgrinberg01@gmail.com> | 2025-10-06 01:04:56 +0500 |
|---|---|---|
| committer | mnik01 <maksimgrinberg01@gmail.com> | 2025-10-06 01:04:56 +0500 |
| commit | 5f6023411b4589bfb4cfc11ab77e86e04bd800f9 (patch) | |
| tree | 02127ed2a02b40374564657fd7fea98a4cf43291 | |
| parent | 4c8a4ef099f716a0ace41a38c1867c3c09d0d236 (diff) | |
fixes
| -rw-r--r-- | public/rss.xml | 34 | ||||
| -rw-r--r-- | public/sitemap.xml | 34 | ||||
| -rw-r--r-- | src/pages/index.html | 4 | ||||
| -rw-r--r-- | src/partials/sidebar.html | 4 |
4 files changed, 38 insertions, 38 deletions
diff --git a/public/rss.xml b/public/rss.xml index 3bb2212..4b80463 100644 --- a/public/rss.xml +++ b/public/rss.xml @@ -1,15 +1,19 @@ -<?xml version="1.0" encoding="UTF-8"?> -<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> - <url> - <loc>https://mnik01-blog.mlibren.com/</loc> - </url> - <url> - <loc>https://mnik01-blog.mlibren.com/posts/telegram-durov.html</loc> - </url> - <url> - <loc>https://mnik01-blog.mlibren.com/portfolio.html</loc> - </url> - <url> - <loc>https://mnik01-blog.mlibren.com/guest-book.html</loc> - </url> -</urlset>
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" ?> +<rss version="2.0"> + <channel> + <title>Максим Никонов Персональная страница</title> + <link>https://mnik01-blog.mlibren.com/</link> + <description>Публикации</description> + <language>ru</language> + <lastBuildDate>06 Oct 2025 10:00:00 +0000</lastBuildDate> + + <item> + <title>Про телеграмчик и Дурова</title> + <link>https://mnik01-blog.mlibren.com/posts/telegram-durov.html</link> + <guid>https://mnik01-blog.mlibren.com/posts/telegram-durov.html</guid> + <pubDate>03 Oct 2025 08:32:00 +0000</pubDate> + <description>Вряд ли я скажу что-то новое по теме, но тем не менее -- тема всё ещё актуальная и у людей есть «вера» в Дурова и его телеграм. Так что думаю что всё же распишу для знакомых то как я всё это вижу. Проговорим вслух, что такое Телеграм — по крайней мере, в его нынешнем виде, и, вроде как, это не планирует меняться. Телеграм — это интернет-мессенджер, реализованный по клиент-серверной архитектуре. Клиентская сторона представлена программами под разные операционные системы, либо веб-интерфейсом, который не работает без ...</description> + </item> + + </channel> +</rss>
\ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml index 4b80463..3bb2212 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -1,19 +1,15 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<rss version="2.0"> - <channel> - <title>Максим Никонов Персональная страница</title> - <link>https://mnik01-blog.mlibren.com/</link> - <description>Публикации</description> - <language>ru</language> - <lastBuildDate>06 Oct 2025 10:00:00 +0000</lastBuildDate> - - <item> - <title>Про телеграмчик и Дурова</title> - <link>https://mnik01-blog.mlibren.com/posts/telegram-durov.html</link> - <guid>https://mnik01-blog.mlibren.com/posts/telegram-durov.html</guid> - <pubDate>03 Oct 2025 08:32:00 +0000</pubDate> - <description>Вряд ли я скажу что-то новое по теме, но тем не менее -- тема всё ещё актуальная и у людей есть «вера» в Дурова и его телеграм. Так что думаю что всё же распишу для знакомых то как я всё это вижу. Проговорим вслух, что такое Телеграм — по крайней мере, в его нынешнем виде, и, вроде как, это не планирует меняться. Телеграм — это интернет-мессенджер, реализованный по клиент-серверной архитектуре. Клиентская сторона представлена программами под разные операционные системы, либо веб-интерфейсом, который не работает без ...</description> - </item> - - </channel> -</rss>
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8"?> +<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> + <url> + <loc>https://mnik01-blog.mlibren.com/</loc> + </url> + <url> + <loc>https://mnik01-blog.mlibren.com/posts/telegram-durov.html</loc> + </url> + <url> + <loc>https://mnik01-blog.mlibren.com/portfolio.html</loc> + </url> + <url> + <loc>https://mnik01-blog.mlibren.com/guest-book.html</loc> + </url> +</urlset>
\ No newline at end of file diff --git a/src/pages/index.html b/src/pages/index.html index f215494..441b440 100644 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -32,8 +32,8 @@ <h1 class="text-2xl first-letter:capitalize">Про телеграмчик и Дурова</h1> <div class="flex flex-wrap gap-2 mt-2"> <time class="text-zinc-600 text-sm">UTC 20:32 03.10.25</time> - <a href="#" class="flex items-center justify-center bg-sky-200 rounded-lg px-1.5 text-sky-600 first-letter:capitalize hover:underline text-xs">telegram</a> - <a href="#" class="flex items-center justify-center bg-amber-200 rounded-lg px-1.5 text-amber-600 first-letter:capitalize hover:underline text-xs">приватность</a> + <a href="/cgi/tags.cgi?tag=telegram" class="flex items-center justify-center bg-sky-200 rounded-lg px-1.5 text-sky-600 first-letter:capitalize hover:underline text-xs">telegram</a> + <a href="/cgi/tags.cgi?tag=приватность" class="flex items-center justify-center bg-amber-200 rounded-lg px-1.5 text-amber-600 first-letter:capitalize hover:underline text-xs">приватность</a> </div> </header> <main class="space-y-2 mt-4"> diff --git a/src/partials/sidebar.html b/src/partials/sidebar.html index 088e5a5..2d1882e 100644 --- a/src/partials/sidebar.html +++ b/src/partials/sidebar.html @@ -19,8 +19,8 @@ <li><a href="#" class="flex items-center justify-center bg-orange-200 rounded-lg px-1.5 text-orange-600 first-letter:capitalize text-xs hover:underline w-fit">hardware</a></li> <li><a href="#" class="flex items-center justify-center bg-yellow-200 rounded-lg px-1.5 text-yellow-600 first-letter:capitalize text-xs hover:underline w-fit">software</a></li> <li><a href="#" class="flex items-center justify-center bg-pink-200 rounded-lg px-1.5 text-pink-600 first-letter:capitalize text-xs hover:underline w-fit">игры</a></li> --> - <li><a href="#" class="flex items-center justify-center bg-sky-200 rounded-lg px-1.5 text-sky-600 first-letter:capitalize text-xs hover:underline w-fit">telegram</a></li> - <li><a href="#" class="flex items-center justify-center bg-amber-200 rounded-lg px-1.5 text-amber-600 first-letter:capitalize text-xs hover:underline w-fit">приватность</a></li> + <li><a href="/cgi/tags.cgi?tag=telegram" class="flex items-center justify-center bg-sky-200 rounded-lg px-1.5 text-sky-600 first-letter:capitalize text-xs hover:underline w-fit">telegram</a></li> + <li><a href="/cgi/tags.cgi?tag=приватность" class="flex items-center justify-center bg-amber-200 rounded-lg px-1.5 text-amber-600 first-letter:capitalize text-xs hover:underline w-fit">приватность</a></li> </ul> </nav> </aside>
\ No newline at end of file |
