Skip to content

Commit f3aaf67

Browse files
committed
Ai chaos prevention committee
1 parent fce12d2 commit f3aaf67

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ baseurl: ""
4040

4141
footer_only_homepage: true
4242
footer_url: "https://www.workersdecide.tech/"
43-
footer_text: "© 2025 workersdecide.tech"
43+
footer_text: "© 2025 AI Chaos Prevention Committee"
4444

45-
profile-picture: assets/jhc-logo.png
45+
profile-picture: assets/hammer-logo.png
4646
favicon_location: assets/favicon.ico
4747

4848
permalink: /:year-:month-:day-:title/

_layouts/post.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@
1515
{% endif %}
1616
{% endfor %}
1717
</div>
18-
18+
{% if page.author %}
19+
<p><b>by: {{page.author}}</b></p>
20+
{% endif %}
1921
{{content}}

_posts/2025-09-15-introducing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ author: Committee
66
date: 2025-09-15
77
---
88

9-
WorkersDecide.tech is the product of a collection of tech workers and
9+
WorkersDecide.tech is the product of the AI Chaos Prevention Committee
10+
-- a collection of tech workers and
1011
organizers drawn from a range of groups and organizations, including [Amazon Employees
1112
for Climate Justice](https://www.amazonclimatejustice.org/), the
1213
[Times Tech Guild](https://nytimesguild.org/),

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<img class="profile-picture" src="{{site.baseurl}}/{{site.profile-picture}}">
77

8-
WorkersDecide.tech is the product of a collection of tech workers and
8+
WorkersDecide.tech is the product of the AI Chaos Prevention Committee — a collection of tech workers and
99
organizers drawn from a range of groups and organizations, including:
1010
<div class="about-affiliates">
1111
{% for affiliate in site.affiliates %}

0 commit comments

Comments
 (0)