Browse Source

Fixing the link in the header

update_link
benny Vasquez 3 months ago
parent
commit
cdcc50400d
  1. 4
      i18n/en.json
  2. 2
      layouts/partials/common/nav.html

4
i18n/en.json

@ -684,7 +684,6 @@
"Share your story with a lightning talk at the Social!": "Share your story with a lightning talk at the Social!",
"Presentations are also possible at the social gathering after the seminar. You can freely give a presentation on anything related to AlmaLinux. You can also advertise your company. Since this is a social gathering, please use LT format and limit your presentation to about 3 to 5 minutes per person.": "Presentations are also possible at the social gathering after the seminar. You can freely give a presentation on anything related to AlmaLinux. You can also advertise your company. Since this is a social gathering, please use LT format and limit your presentation to about 3 to 5 minutes per person.",
"If you would like to make a presentation, please let us know during the announcements on the day.": "If you would like to make a presentation, please let us know during the announcements on the day.",
"Join us December 14th for AlmaLinux Day: Tokyo!": "Join us December 14th for AlmaLinux Day: Tokyo!",
"SIGs, ALESCo and other events": "SIGs, ALESCo and other events",
"ALD Tokyo 2024": "ALD Tokyo 2024",
"ALD Germany 2024": "ALD Germany 2024",
@ -821,5 +820,6 @@
"Inclusion in a silver member group press releases with social media promotion": "Inclusion in a silver member group press releases with social media promotion",
"Company logo on AlmaLinux website in two sections/categories": "Company logo on AlmaLinux website in two sections/categories",
"Annual service credits or hardware donations valued at $20,000 or more": "Annual service credits or hardware donations valued at $20,000 or more",
"The enterprise linux ecosystem is a very large and diverse community, and we have developed this project in good faith as members of that ecosystem.": "The enterprise linux ecosystem is a very large and diverse community, and we have developed this project in good faith as members of that ecosystem."
"The enterprise linux ecosystem is a very large and diverse community, and we have developed this project in good faith as members of that ecosystem.": "The enterprise linux ecosystem is a very large and diverse community, and we have developed this project in good faith as members of that ecosystem.",
"Upgrade to AlmaLinux 10 Beta with ELevate!": "Upgrade to AlmaLinux 10 Beta with ELevate!"
}

2
layouts/partials/common/nav.html

@ -171,6 +171,6 @@
<div id="al-motd" dir="ltr" data-nosnippet="" style="display: block; letter-spacing: 0px;">
<div class="container pl-3">
<i class="bi bi-card-checklist"></i>
<div class="text">{{ i18n "Join us December 14th for AlmaLinux Day: Tokyo!" }} <a href="{{ "/aldt-2024" | relLangURL }}">{{ i18n "Read More" }}</a></div>
<div class="text">{{ i18n "Upgrade to AlmaLinux 10 Beta with ELevate!" }} <a href="{{ "/blog/2025-01-14-elevate-updates/" | relLangURL }}">{{ i18n "Read More" }}</a></div>
</div>
</div>

Loading…
Cancel
Save