From 693f3ce15d48b800dfbc74322164e2d91272c5bc Mon Sep 17 00:00:00 2001 From: nod_ <nod_@598310.no-reply.drupal.org> Date: Mon, 11 Mar 2024 09:27:55 +0100 Subject: [PATCH] =?UTF-8?q?Issue=20#3416039=20by=20ressa,=20divya.sejekan,?= =?UTF-8?q?=20catch,=20G=C3=A1bor=20Hojtsy:=20Add=20link=20to=20Drupal=20S?= =?UTF-8?q?upport=20in=20Olivero=20Welcome=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/themes/olivero/templates/includes/get-started.html.twig | 3 ++- 1 file changed, 2 insertions(+), 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 df9580d93ea4..57910bd15edb 100644 --- a/core/themes/olivero/templates/includes/get-started.html.twig +++ b/core/themes/olivero/templates/includes/get-started.html.twig @@ -21,6 +21,7 @@ {% set drupal_slack = 'https://www.drupal.org/slack' %} {% set drupal_chat = 'https://www.drupal.org/drupalchat' %} {% set drupal_answers = 'https://drupal.stackexchange.com/' %} +{% set drupal_support = 'https://www.drupal.org/support' %} <div class="text-content"> <p>{% trans %}<em>You haven’t created any frontpage content yet.</em>{% endtrans %}</p> @@ -40,6 +41,6 @@ <li>{% trans %}<a href="{{ drupal_global_training_days }}">Global Training Days:</a> Helpful information for evaluating Drupal as a framework and as a career path. Taught in your local language.{% endtrans %}</li> <li>{% trans %}<a href="{{ drupal_events }}">Upcoming Events:</a> Learn and connect with others at conferences and events held around the world.{% endtrans %}</li> <li>{% trans %}<a href="{{ drupal_community }}">Community Page:</a> List of key Drupal community groups with their own content.{% endtrans %}</li> - <li>{% trans %}Get support and chat with the Drupal community on <a href="{{ drupal_slack }}">Slack</a> or <a href="{{ drupal_chat }}">DrupalChat</a>. When you’re looking for a solution to a problem, go to <a href="{{ drupal_answers }}">Drupal Answers on Stack Exchange</a>.{% endtrans %}</li> + <li>{% trans %}Get support and chat with the Drupal community on <a href="{{ drupal_slack }}">Slack</a> or <a href="{{ drupal_chat }}">DrupalChat</a>. When you’re looking for a solution to a problem, go to <a href="{{ drupal_support }}">Drupal Support</a> or <a href="{{ drupal_answers }}">Drupal Answers on Stack Exchange</a>.{% endtrans %}</li> </ul> </div> -- GitLab