Skip to content

Commit 036a683

Browse files
Elchi3wbambergestellecaptainbrossetdontcallmedom
authored
Add OWD 2024 report (#137)
* Add OWD 2024 report * more content * Add a section on security (#139) * Add a section on Fetch work (#140) * Add a section on Fetch work * Update pages/content/reports/2024/index.md * Update pages/content/reports/2024/index.md * Update pages/content/reports/2024/index.md * Update pages/content/reports/2024/index.md * Update pages/content/reports/2024/index.md * more content; add ids to headings * Apply suggestions from code review Co-authored-by: Estelle Weyl <[email protected]> Co-authored-by: Patrick Brosset <[email protected]> Co-authored-by: Dominique Hazael-Massieux <[email protected]> * Update pages/content/reports/2024/index.md Co-authored-by: Estelle Weyl <[email protected]> * more tweaks * Add photo * more tweaks * Update pages/content/reports/2024/index.md * Update pages/content/reports/2024/index.md * grammar nits * Update pages/content/reports/2024/index.md * Update pages/content/reports/2024/index.md * Apply suggestions from code review Co-authored-by: Estelle Weyl <[email protected]> * tweaks * Apply suggestions from code review Co-authored-by: Estelle Weyl <[email protected]> * Estelle feedback * Update project financials part! (#141) * add josh to missing features work --------- Co-authored-by: wbamberg <[email protected]> Co-authored-by: Estelle Weyl <[email protected]> Co-authored-by: Patrick Brosset <[email protected]> Co-authored-by: Dominique Hazael-Massieux <[email protected]> Co-authored-by: Jory Burson <[email protected]>
1 parent 256b68b commit 036a683

File tree

7 files changed

+236
-4
lines changed

7 files changed

+236
-4
lines changed

.eleventy.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import fs from "fs";
22

3+
import { IdAttributePlugin } from "@11ty/eleventy";
34
import { feedPlugin } from "@11ty/eleventy-plugin-rss";
45
import pluginSyntaxHighlight from "@11ty/eleventy-plugin-syntaxhighlight";
56

@@ -38,6 +39,7 @@ export default async function (eleventyConfig) {
3839
"svg",
3940
]);
4041

42+
eleventyConfig.addPlugin(IdAttributePlugin);
4143
eleventyConfig.addPlugin(pluginSyntaxHighlight);
4244

4345
eleventyConfig.addPlugin(feedPlugin, {

pages/_includes/layouts/default.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
</div>
6262
<div class="flex-container center">
6363
<li>
64-
<a class="nav-item" href="/content/reports/2023/"
65-
>2023 Impact Report</a
64+
<a class="nav-item" href="/content/reports/2024/"
65+
>2024 Impact Report</a
6666
>
6767
</li>
6868
<li><a class="nav-item" href="/content/posts">Blog</a></li>

pages/content/reports/2024/index.md

Lines changed: 230 additions & 0 deletions
Large diffs are not rendered by default.
58 KB
Loading
88.8 KB
Loading
520 KB
Loading

pages/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ <h1 id="title">
2626
</p>
2727
<br />
2828
<p>
29-
<a class="btn" href="/content/reports/2023/"
30-
>Read our 2023 Impact Report</a
29+
<a class="btn" href="/content/reports/2024/"
30+
>Read our 2024 Impact Report</a
3131
>
3232
</p>
3333
</div>

0 commit comments

Comments
 (0)