Skip to content

Commit b31cc46

Browse files
authored
Merge branch 'main' into blog/technical-documentation-guideline
2 parents 937173f + b72d68e commit b31cc46

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

content/programs/contents.lr

+4-6
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,20 @@ CC isn't currently participating in Google Season of Docs (GSoD).
2222

2323
### Google Summer of Code
2424

25-
CC is applying for participation in Google Summer of Code (GSoC) 2024.
25+
CC will apply for participation in Google Summer of Code (GSoC) 2025.
2626

2727
- [Program website](https://summerofcode.withgoogle.com/)
2828

2929
<!--
30-
- [CC's GSoC 2024 page][gsoc2024cc]
30+
- [CC's GSoC 2025 page][gsoc2025cc]
3131
32-
[gsoc2024cc]: https://summerofcode.withgoogle.com/programs/2024/organizations/creative-commons
32+
[gsoc2025cc]: https://summerofcode.withgoogle.com/programs/2025/organizations/creative-commons
3333
-->
3434

3535

3636
### Outreachy
3737

38-
CC isn't participating in the May 2024 internships.
39-
40-
CC will participate in the December 2024 internships.
38+
CC is participating in the December 2024 cohort.
4139

4240
- [Program website](https://www.outreachy.org/)
4341
- [CC's Outreachy page][outreachycc]

themes/vocabulary_theme/templates/layout.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!doctype html>
2+
<html lang="en">
23
<meta charset="utf-8">
34
<meta name="viewport" content="width=device-width, initial-scale=1" />
45
<link rel="shortcut icon" type="image/x-icon" href="{{ '/static/favicon.ico'|url }}">
@@ -46,7 +47,7 @@
4647
<header class="container">
4748
<nav class="navbar">
4849
<div class="navbar-brand">
49-
<a class="has-text-black" href="{{ '/'|url }}">
50+
<a class="has-text-black" href="{{ '/'|url }}" aria-label="Home">
5051
<svg
5152
class="logo margin-top-small"
5253
xmlns="http://www.w3.org/2000/svg"
@@ -271,3 +272,4 @@ <h5>Our work relies on you!</h5>
271272
</div>
272273
</footer>
273274
</body>
275+
</html>

themes/vocabulary_theme/templates/macros/authors_gravatar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{% if post.author|length >= 2 %}
99
<img class="profile" src="/multiple-authors.jpg" alt="multiple authors image"/>
1010
{% else %}
11-
<img class="profile" src="https://secure.gravatar.com/avatar/{{ current_author.md5_hashed_email }}?size=200&d=mp" alt="gravatar" />
11+
<img class="profile" src="https://secure.gravatar.com/avatar/{{ current_author.md5_hashed_email }}?size=200&d=mp" alt="author's gravatar" />
1212
{% endif %}
1313
</figure>
1414
</header>

0 commit comments

Comments
 (0)