Skip to content

Commit cd9de4c

Browse files
authored
Merge branch 'main' into WD-37055-css-styles-broken-on-canonical-com-home-page-on-some-ios-mobile-devices
2 parents 1f04dc6 + fc4d52e commit cd9de4c

160 files changed

Lines changed: 165 additions & 187 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

secondary-navigation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ lxd:
123123
- title: Manage
124124
path: /lxd/manage
125125
- title: Docs
126-
path: https://canonical-lxd.readthedocs-hosted.com/en/
126+
path: /lxd/docs
127127
- title: Forum
128128
path: https://discourse.ubuntu.com/c/lxd/126?_ga=2.69179345.1978494405.1700868870-354120313.1700868870
129129

@@ -522,5 +522,5 @@ events:
522522
path: /events
523523

524524
children:
525-
- title: Roadshow events
525+
- title: Canonical Days
526526
path: /events/canonical-days

templates/academy/exam-content/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends 'base_index.html' %}
22

3-
{% block title %}Canonical Academy -- Exam content{% endblock %}
3+
{% block title %}Exam content | Academy{% endblock %}
44

55
{% block meta_description %}
66
The Canonical Academy Exam Content page prepares you to take Canonical Academy exams that count toward achieving professional certifications like the SysAdmin Qualification.

templates/academy/exam-guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends 'base_index.html' %}
2-
{% block title %}Canonical Academy -- Exam Guide{% endblock %}
2+
{% block title %}Exam guide | Academy{% endblock %}
33

44
{% block meta_description %}
55
The Canonical Academy Exam Guide prepares you to take Canonical Academy exams that count toward achieving professional certifications like the SysAdmin Qualification.

templates/academy/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends 'base_index.html' %}
22

3-
{% block title %}Canonical Academy{% endblock %}
3+
{% block title %}Academy{% endblock %}
44

55
{% block meta_description %}
66
Get Linux certifications. Take real-world, industry relevant exams from the publisher of Ubuntu.

templates/academy/self-study.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends 'base_index.html' %}
22

3-
{% block title %}Canonical Academy -- Self-study resources{% endblock %}
3+
{% block title %}Self-study resources | Academy{% endblock %}
44

55
{% block meta_description %}
66
The Canonical Academy Study Guide prepares you to take Canonical Academy exams that count toward achieving professional certifications like the SysAdmin Qualification.

templates/anbox-cloud/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends 'base_index.html' %}
22

3-
{% block title %}Anbox Cloud - Scalable Android in the cloud{% endblock %}
3+
{% block title %}Anbox Cloud{% endblock %}
44

55
{% block meta_description %}
66
Scale Android in the cloud on any hardware. Canonical partners with providers and manufacturers to accelerate your time to market with long-term enterprise-grade support.

templates/base_index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@
2222
<meta property="og:url" content="{{ request.url }}" />
2323
<meta property="og:site_name" content="Canonical" />
2424

25-
<title>
26-
27-
{% block title %}Canonical | Trusted open source for enterprises{% endblock %}
28-
</title>
25+
<title>{% block title %}Trusted open source for enterprises{% endblock %} | Canonical</title>
2926
{% if self.title() %}
3027
<meta name="twitter:title" content="{{ self.title() }} | Canonical" />
3128
<meta property="og:title" content="{{ self.title() }} | Canonical" />

templates/blog/archives.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends "base_index.html" %}
22

3-
{% block title %}Archives{% endblock %}
3+
{% block title %}Archives | Blog{% endblock %}
44

55
{% block content %}
66
<section class="p-strip--suru is-shallow">
@@ -33,7 +33,7 @@ <h3 class="p-media-object__title">
3333
<a href="/blog/{{ article.slug }}">{{ article.title.rendered|safe }}</a>
3434
</h3>
3535
<div class="p-media-object__content">
36-
<p>By <a href="/blog/author/{{article.author.slug}}" title="More about {{ article.author.name }}">{{ article.author.name }}</a>, {{ article.date }}</p>
36+
<p>By <a href="/blog/author/{{ article.author.slug }}" title="More about {{ article.author.name }}">{{ article.author.name }}</a>, {{ article.date }}</p>
3737

3838
<p>{{ article.excerpt.raw.replace("[…]", "")|truncate(162) }}</p>
3939
</div>
@@ -48,11 +48,11 @@ <h3>Archives</h3>
4848
<ul class="p-list">
4949
{% for year in descending_years(2006) %}
5050
<li class="p-list__item">
51-
<h5><a class="p-link--soft" href="/blog/archives?year={{year}}">{{year}}</a></h5>
51+
<h5><a class="p-link--soft" href="/blog/archives?year={{ year }}">{{ year }}</a></h5>
5252

5353
<ul class="p-inline-list--middot">
5454
{% for month in months_list(year) %}
55-
<li class="p-inline-list__item"><a class="p-link--soft" href="/blog/archives?year={{year}}&amp;month={{month.number}}{% if group %}&group={{group.slug}}{% endif %}">{{ month.name }}</a></li>
55+
<li class="p-inline-list__item"><a class="p-link--soft" href="/blog/archives?year={{ year }}&amp;month={{ month.number }}{% if group %}&group={{ group.slug }}{% endif %}">{{ month.name }}</a></li>
5656
{% endfor %}
5757
</ul>
5858
</li>
@@ -69,5 +69,4 @@ <h5><a class="p-link--soft" href="/blog/archives?year={{year}}">{{year}}</a></h5
6969
{% include "shared/_pagination.html" %}
7070
{% endwith %}
7171
</section>
72-
</section>
7372
{% endblock %}

templates/blog/author.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends "base_index.html" %}
22

3-
{% block title %}Blog posts written by {{ author.name }}{% endblock %}
3+
{% block title %}{{ author.name }} | Blog{% endblock %}
44

55
{% block description %}
66
{% if author.id == 217 %}

templates/blog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends "base_index.html" %}
2-
{% block title %}Canonical Blog{% endblock %}
2+
{% block title %}Blog{% endblock %}
33

44
{% block extra_metatags %}
55
<link rel="alternate" type="application/rss+xml" href="/blog/feed" title="Canonical.com's Blog RSS feed">

0 commit comments

Comments
 (0)