From 584f09ec5a5be7959c429b63af92aae1355d7f37 Mon Sep 17 00:00:00 2001 From: Lauri Eskola <lauri.eskola@acquia.com> Date: Tue, 28 Jun 2022 16:17:17 +0300 Subject: [PATCH] Issue #3284010 by _shY, mherchel, Abhijith S: "Create content" link within Olivero's "Getting started" page doesn't account for base directory --- core/themes/olivero/templates/includes/get-started.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/themes/olivero/templates/includes/get-started.html.twig b/core/themes/olivero/templates/includes/get-started.html.twig index e96327a7fca4..fd9600cb9eeb 100644 --- a/core/themes/olivero/templates/includes/get-started.html.twig +++ b/core/themes/olivero/templates/includes/get-started.html.twig @@ -14,7 +14,7 @@ {% set drupal_community = 'https://www.drupal.org/community' %} {% set drupal_values = 'https://www.drupal.org/about/values-and-principles' %} {% set drupal_user_guide = 'https://www.drupal.org/docs/user_guide/en/index.html' %} -{% set create_content = '/node/add' %} +{% set create_content = path('node.add_page') %} {% set drupal_extend = 'https://www.drupal.org/docs/extending-drupal' %} {% set drupal_global_training_days = 'https://groups.drupal.org/global-training-days' %} {% set drupal_events = 'https://www.drupal.org/community/events' %} -- GitLab