diff --git a/core/themes/olivero/templates/includes/get-started.html.twig b/core/themes/olivero/templates/includes/get-started.html.twig index df9580d93ea422b108867e04d12c9515139d654e..57910bd15edbcc874a363eab4082350fdef1e4f6 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>