From 9d3fb76e2968433837f42b574476ee1a4af5e89c Mon Sep 17 00:00:00 2001 From: Andrei-10 Date: Wed, 2 Apr 2025 12:37:13 +0000 Subject: [PATCH] Fix | blog url (#4) Task 4067 | Fix blog url --- wp-content/themes/cosmopet/templates/header.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/cosmopet/templates/header.twig b/wp-content/themes/cosmopet/templates/header.twig index 72a0b16..cb80f7c 100644 --- a/wp-content/themes/cosmopet/templates/header.twig +++ b/wp-content/themes/cosmopet/templates/header.twig @@ -5,7 +5,7 @@ {% if posts_page_id %} {% set blog_url = function('get_permalink', posts_page_id) %} {% else %} -{% set blog_url = '/blog/' %} +{% set blog_url = '/' %} {% endif %}