mirror of
https://github.com/canonical/canonical.com.git
synced 2025-07-21 23:50:42 +00:00
updated link in meganav
This commit is contained in:
@ -537,7 +537,7 @@ solutions:
|
||||
|
||||
preview_secondary_links:
|
||||
title: Case studies
|
||||
title_url: https://ubuntu.com/engage/
|
||||
title_url: https://canonical.com/case-study
|
||||
links:
|
||||
- description: Sicredi transforms its infrastructure strategy with open source.
|
||||
url: https://ubuntu.com/engage/sicredi-openstack-case-study
|
||||
|
@ -1,6 +1,8 @@
|
||||
<div class="p-navigation__preview-links">
|
||||
{% if preview_secondary_links.title %}
|
||||
<h2 class="p-navigation--list-heading p-text--small-caps">{{ preview_secondary_links.title }}</h2>
|
||||
{% if preview_secondary_links.title and preview_secondary_links.title_url %}
|
||||
<h2 class="p-navigation--list-heading p-text--small-caps">
|
||||
<a href="{{ section.preview_secondary_links.title_url }}">{{ section.preview_secondary_links.title }} ›</a>
|
||||
</h2>
|
||||
{% endif %}
|
||||
<div class="row u-no-padding">
|
||||
{% for link in preview_secondary_links.links %}
|
||||
|
Reference in New Issue
Block a user