diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml
index 5c9f949..2b8a757 100644
--- a/.gitea/workflows/deploy.yml
+++ b/.gitea/workflows/deploy.yml
@@ -21,13 +21,3 @@ jobs:
run: |
docker build -t git.ada-dev.ru/${{ gitea.repository }}:latest .
docker push git.ada-dev.ru/${{ gitea.repository }}:latest
-
- - name: Deploy container
- run: |
- docker stop ada-dev-ru 2>/dev/null || true
- docker rm ada-dev-ru 2>/dev/null || true
- docker run -d \
- --name ada-dev-ru \
- --restart unless-stopped \
- -p 8081:80 \
- git.ada-dev.ru/${{ gitea.repository }}:latest
diff --git a/hugo.toml b/hugo.toml
index 6353e09..1aa2a23 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -10,6 +10,11 @@ enableRobotsTXT = true
showBackToTopButton = true
customHeadHTML = """
+
+
+
+
+