diff --git a/content/posts/hello-webpage/index.en.md b/content/posts/hello-webpage/index.en.md
index a8f8723..795c846 100644
--- a/content/posts/hello-webpage/index.en.md
+++ b/content/posts/hello-webpage/index.en.md
@@ -12,7 +12,7 @@ For the past year my webpage looked, to put it midly, ugly. It is shown on the i
{{< image src="/images/posts/hello-webpage/old-webpage.webp" alt="A list of services and contacts with default font and white background. No stylyng applied, html only." >}}
-As you noticed, now it changed. I decided to use [Hugo](https://gohugo.io) static site generator to build it for it's simplicity over content management systems like WordPress or Drupal. [Terminal](https://github.com/panr/terminal-css/) theme helped me to get up and running quickly.
+As you noticed, now it changed. I decided to use [Hugo](https://gohugo.io) static site generator to build it for it's simplicity over content management systems like WordPress or Drupal. [Terminal](https://github.com/panr/hugo-theme-terminal) theme helped me to get up and running quickly.
Planned content of the website:
diff --git a/content/posts/hello-webpage/index.ru.md b/content/posts/hello-webpage/index.ru.md
index bd97357..a113890 100644
--- a/content/posts/hello-webpage/index.ru.md
+++ b/content/posts/hello-webpage/index.ru.md
@@ -12,7 +12,7 @@ tags:
{{< image src="/images/posts/hello-webpage/old-webpage.webp" alt="Список сервисов и контактов со шрифтом по умолчанию и белым фоном. Страница html без применения стилей css." >}}
-Как вы заметили, теперь все изменилось. Я решил использовать статический генератор сайтов [Hugo](https://gohugo.io) из-за его простоты по сравнению с системами управления контентом, такими как WordPress или Drupal. Тема [Terminal](https://github.com/panr/terminal-css/) помогла мне быстро приступить к работе.
+Как вы заметили, теперь все изменилось. Я решил использовать статический генератор сайтов [Hugo](https://gohugo.io) из-за его простоты по сравнению с системами управления контентом, такими как WordPress или Drupal. Тема [Terminal](https://github.com/panr/hugo-theme-terminal) помогла мне быстро приступить к работе.
Планируемое содержимое сайта:
diff --git a/layouts/partials/extended_head.html b/layouts/partials/extended_head.html
new file mode 100644
index 0000000..d9fcac2
--- /dev/null
+++ b/layouts/partials/extended_head.html
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png
new file mode 100644
index 0000000..aa1ad4c
Binary files /dev/null and b/static/android-chrome-192x192.png differ
diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png
new file mode 100644
index 0000000..7f803f4
Binary files /dev/null and b/static/android-chrome-512x512.png differ
diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png
new file mode 100644
index 0000000..b87dd25
Binary files /dev/null and b/static/apple-touch-icon.png differ
diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png
new file mode 100644
index 0000000..dd18b09
Binary files /dev/null and b/static/favicon-16x16.png differ
diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png
new file mode 100644
index 0000000..6ada29f
Binary files /dev/null and b/static/favicon-32x32.png differ
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 0000000..424d6ba
Binary files /dev/null and b/static/favicon.ico differ
diff --git a/static/favicon.png b/static/favicon.png
deleted file mode 100644
index 8164186..0000000
Binary files a/static/favicon.png and /dev/null differ
diff --git a/static/site.webmanifest b/static/site.webmanifest
new file mode 100644
index 0000000..e69de29