diff --git a/category-rfo.php b/category-rfo.php
index 19d34b6..f068584 100644
--- a/category-rfo.php
+++ b/category-rfo.php
@@ -49,6 +49,6 @@ if ($current_category->name !== 'РФО') {
?>
$query]); ?>
-
+
\ No newline at end of file
diff --git a/content-post-main-rfo.php b/content-post-main-rfo.php
index fa894ac..efe4741 100644
--- a/content-post-main-rfo.php
+++ b/content-post-main-rfo.php
@@ -17,7 +17,7 @@ $full_width = $args['full_width'] ?? false;
endif; ?>
diff --git a/content-post-rfo.php b/content-post-rfo.php
index 9d11214..e0f1691 100644
--- a/content-post-rfo.php
+++ b/content-post-rfo.php
@@ -18,7 +18,7 @@ $class = $full_width ? 'article-item-main__rfo' : 'article-item-rfo';
endif; ?>
diff --git a/frontend/docker-compose.yml b/frontend/docker-compose.yml
index 019d353..023ccf1 100644
--- a/frontend/docker-compose.yml
+++ b/frontend/docker-compose.yml
@@ -1,35 +1,10 @@
version: '3'
services:
-
- mkcert:
- build:
- context: ./mkcert
- dockerfile: Dockerfile
- environment:
- CERT_IP: 194.87.253.43 # Заменить на нужный IP
- volumes:
- - ./certs:/certs # Важно: volume монтируем относительно docker-compose.yml
- dev:
- #build: .
- image: agro_front
+ app:
+ build: .
volumes:
- ./dist:/app/dist
- ./src:/app/src
- ./public:/app/public
- command: ["dev"]
- environment:
- - NODE_ENV=development
ports:
- 5173:5173
- container_name: agro_front
-
- build:
- #build: .
- image: agro_front
- volumes:
- - ./dist:/app/dist
- - ./src:/app/src
- - ./public:/app/public
- environment:
- - NODE_ENV=production
- command: ["build"]
diff --git a/frontend/src/styles/rfo/article.css b/frontend/src/styles/rfo/article.css
index 5aa4941..b116235 100644
--- a/frontend/src/styles/rfo/article.css
+++ b/frontend/src/styles/rfo/article.css
@@ -124,6 +124,10 @@
}
+.pagination__rfo {
+ border-top: none!important;
+}
+
/* Мобильные (1 в ряд) */
@media (max-width: 768px) {
diff --git a/functions.php b/functions.php
index dfa6355..ba633b5 100644
--- a/functions.php
+++ b/functions.php
@@ -219,7 +219,7 @@ function custom_wpseo_breadcrumb_output($output)
-function custom_pagination($query = null)
+function custom_pagination($query = null, $class = "pagination")
{
global $wp_query;
$query = $query ?: $wp_query;
@@ -241,7 +241,7 @@ function custom_pagination($query = null)
$txt['next'] = 'Далее';
}
- echo '