Skip to content

Commit

Permalink
Merge pull request #176 from ElFrogster/leap-micro
Browse files Browse the repository at this point in the history
Fix mistyping of site.release.leap_micro
  • Loading branch information
hellcp authored Feb 6, 2024
2 parents f04bbef + 38456dc commit 6e031c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _data/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ server_leap_p2: Regular release with the benefits of both enterprise-grade engin
server_microos_p1: For single purpose server applications
server_microos_p2: Designed to host container workloads with automated administration
& patching
server_leapmicro_p1: For developers, professionals and containerized workloads
server_leapmicro_p2: An ultra-reliable, lightweight and immutable operating system for compute environments like edge, embedded, IoT deployments and others.
server_leapmicro_p1: For edge, embedded, IoT and other deployments
server_leapmicro_p2: Ultra-reliable, lightweight operating system built for containerized and virtualized workloads.
new_version_available: $distro_name is now available for download
new_version_testing: $distro_name is now available for download and testing
view_distro: View $distro_name
Expand Down
2 changes: 1 addition & 1 deletion server.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2>Leap Micro</h2>
<h6>{{ locale.server_leapmicro_p1 }}</h6>
<p>{{ locale.server_leapmicro_p2 }}</p>
</div>
{% assign leapmicro_version = site.releases.leapmicro[site.releases.leapmicro.current].version %}
{% assign leapmicro_version = site.releases.leap_micro[site.releases.leap_micro.current].version %}
{% capture distro_name %}Leap Micro {{ leapmicro_version }}{% endcapture %}
<a href="{{ '/leapmicro/' | append: leapmicro_version | append: '/?type=server' | prefix_locale }}" class="btn btn-light mb-2">{{ locale.learn_more }}</a>
<a href="{{ '/leapmicro/' | append: leapmicro_version | append: '/?type=server#download' | prefix_locale }}" class="btn btn-light">{{ locale.download }}</a>
Expand Down

0 comments on commit 6e031c2

Please sign in to comment.