-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
334 lines (293 loc) · 21.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Actor strike ends with agreement on AI, compensation - The Zombie Fridge Journal</title>
<script>(function(d,e){d[e]=d[e].replace("no-js","js");})(document.documentElement,"className");</script>
<meta name="description" content="Nov. 19 (ZFJ) — SAG-AFTRA ended its 118-day strike at 12:01 PT on Thursday, Nov. 9, after the union’s TV/Theatrical Negotiating Committee unanimously approved an agreement with provisions on artificial intelligence in films and actor compensation. On Friday, Nov. 10, the SAG-AFTRA National Board approved the agreement with 86% of the vote. Union members now have until Tuesday, Dec. 5, to vote on ratifying the contract. SAG-AFTRA represents about 160,000 media professionals.">
<meta property="og:title" content="Actor strike ends with agreement on AI, compensation" />
<meta property="og:description" content="Nov. 19 (ZFJ) — SAG-AFTRA ended its 118-day strike at 12:01 PT on Thursday, Nov. 9, after the union’s TV/Theatrical Negotiating Committee unanimously approved an agreement with provisions on artificial intelligence in films and actor compensation. On Friday, Nov. 10, the SAG-AFTRA National Board approved the agreement with 86% of the vote. Union members now have until Tuesday, Dec. 5, to vote on ratifying the contract. SAG-AFTRA represents about 160,000 media professionals." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://theZFJ.github.io/arts-and-entertainment/2023/actor-strike-ends-sag-aftra-amptp/" /><meta property="og:image" content="https://theZFJ.github.io/2023/arts-and-entertainment/SAG-AFTRApicket.jpg" /><meta property="article:section" content="arts-and-entertainment" />
<meta property="article:published_time" content="2023-11-19T12:01:57-05:00" />
<meta property="article:modified_time" content="2023-11-19T12:01:57-05:00" /><meta property="og:site_name" content="The Zombie Fridge Journal" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/custom.css">
<link rel="shortcut icon" href="/favicon.ico">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-506M1GBBP6"></script>
<script>
var doNotTrack = false;
if (!doNotTrack) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-506M1GBBP6', { 'anonymize_ip': false });
}
</script>
</head>
<body class="body">
<div class="container container--outer">
<header class="header">
<div class="container header__container">
<div class="logo logo--mixed">
<a class="logo__link" href="/" title="The Zombie Fridge Journal" rel="home">
<div class="logo__item logo__imagebox">
<img class="logo__img" src="/zfjLogo.png">
</div><div class="logo__item logo__text">
<div class="logo__title">The Zombie Fridge Journal</div>
<div class="logo__tagline">Semper serius.</div>
</div>
</a>
</div>
<nav class="menu">
<button class="menu__btn" aria-haspopup="true" aria-expanded="false" tabindex="0">
<span class="menu__btn-title" tabindex="-1">Menu</span>
</button>
<ul class="menu__list">
<li class="menu__item">
<a class="menu__link" href="/about/">
<i class='fa fa-heart'></i>
<span class="menu__text">About</span>
</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/categories/domestic-affairs/">
<i class='fa fa-heart'></i>
<span class="menu__text">Domestic Affairs</span>
</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/categories/foreign-affairs/">
<i class='fa fa-heart'></i>
<span class="menu__text">Foreign Affairs</span>
</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/categories/business/">
<i class='fa fa-heart'></i>
<span class="menu__text">Business</span>
</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/categories/arts-and-entertainment/">
<i class='fa fa-heart'></i>
<span class="menu__text">Arts and Entertainment</span>
</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/categories/health-and-medicine/">
<i class='fa fa-heart'></i>
<span class="menu__text">Health and Medicine</span>
</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/categories/science-and-technology/">
<i class='fa fa-heart'></i>
<span class="menu__text">Science and Technology</span>
</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/categories/sports/">
<i class='fa fa-heart'></i>
<span class="menu__text">Sports</span>
</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/categories/opinion/">
<i class='fa fa-heart'></i>
<span class="menu__text">Opinion</span>
</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/categories/parallel-universe-reports/">
<i class='fa fa-heart'></i>
<span class="menu__text">Parallel Universe Reports</span>
</a>
</li>
</ul>
</nav>
</div>
</header>
<div class="wrapper flex">
<div class="primary">
<main class="main" role="main">
<article class="post">
<header class="post__header">
<h1 class="post__title">Actor strike ends with agreement on AI, compensation</h1>
<div class="author-link byline">By
<a href="/staff/alvin-wu">Alvin Wu</a>
</div>
<div>
<div class="meta__item-datetime meta__item">
<svg class="meta__icon icon icon-time" width="16" height="14" viewBox="0 0 30 28"><path d="M15 0a14 14 0 1 1 0 28 1 1 0 0 1 0-28m0 3a3 3 0 1 0 0 22 3 3 0 0 0 0-22m1 4h-2v8.4l6.8 4.4L22 18l-6-3.8z"/></svg><time class="meta__text" datetime="2023-11-19T12:01:57-05:00">12:01 2023-11-19</time></div><div class="meta__item-categories meta__item"><svg class="meta__icon icon icon-category" width="16" height="16" viewBox="0 0 16 16"><path d="m7 2 1 2h8v11H0V2z"/></svg><span class="meta__text"><a class="meta__link" href="/categories/arts-and-entertainment/" rel="category">Arts and Entertainment</a>
</span>
</div></div>
</header>
<figure class="post__thumbnail thumbnail">
<img class="thumbnail__image" src="/2023/arts-and-entertainment/SAG-AFTRApicket.jpg" alt="Actor strike ends with agreement on AI, compensation">
</figure>
<p>
<i>
Actors picket for SAG-AFTRA in front of the Warner Bros. Discovery offices in Manhattan on July 31, 2023. WIKIMEDIA COMMONS/Phil Roeder
</i>
</p>
<div class="content post__content clearfix">
<p>Nov. 19 (ZFJ) — SAG-AFTRA ended its 118-day strike at 12:01 PT on Thursday, Nov. 9, after the union’s TV/Theatrical Negotiating Committee unanimously approved an agreement with provisions on artificial intelligence in films and actor compensation.</p>
<p>On Friday, Nov. 10, the SAG-AFTRA National Board approved the agreement with 86% of the vote. Union members now have until Tuesday, Dec. 5, to vote on ratifying the contract. SAG-AFTRA represents about 160,000 media professionals.</p>
<p>“At its core, this deal is about our members and making sure they are able to maintain the dignity that comes with a career as an actor and performer,” said Duncan Crabtree-Ireland, SAG-AFTRA national executive director and chief negotiator. “This deal is possible because of their solidarity and unwavering commitment throughout this process.”</p>
<p>For the first time, the union has secured protections for actors concerning AI. Producers must obtain consent from performers to use digital replicas of them for scenes they didn’t actually shoot. Actors are now also entitled to compensation for the creation and use of their replicas.</p>
<p>Producers must also receive consent and pay compensation to performers whose names and faces are used in AI prompts to generate “synthetic performers” and voices resembling those of real actors.</p>
<p>Also new is a streaming bonus for high budget streaming video on demand (SVOD) series. If the viewing time in the first 90 days of each exhibition year is equivalent to the production being watched by 20% or more of the domestic subscribers to an SVOD service, then actors will be entitled to a “success payment.”</p>
<p>Wages increases include a 7% general raise effective Nov. 9 and a 4% increase effective July 1, 2024, resulting in a compounded first-year wage increase of 11.28%. An additional 3.5% increase will be effective July 1, 2025.</p>
<p>Background actors will receive an 11% wage increase effective Nov. 9 and a 4% increase effective July 1, 2024, for a compounded first-year wage increase of 15.51%. An additional 3.5% increase will be effective July 1, 2025.</p>
<p>The benefit (pension and health) plan contribution cap for one-hour productions has been raised by almost 43%, while the cap for half-hour productions has increased by almost 67%.</p>
<p>“The AMPTP is pleased to have reached a tentative agreement and looks forward to the industry resuming the work of telling great stories,” said the Alliance of Motion Picture and Television Producers.</p>
<p>The AMPTP represents over 350 movie and TV producers, including Netflix, Disney, Warner Bros. Discovery, NBCUniversal, and many more studios and streaming services.</p>
<p>With the end of the actor and <a href="https://www.reuters.com/world/us/hollywood-writers-guild-calls-end-strike-wednesday-2023-09-27/">writer strikes</a>, Hollywood is back in business. Production on <em>Avatar 3</em>, <em>Deadpool 3</em>, <em>Spiderman: Beyond the Spider-Verse</em>, an eighth <em>Mission: Impossible</em> film, <em>The Last of Us</em>, <em>Wednesday</em>, <em>Stranger Things</em>, and more has resumed.</p>
<p>Actors from The Marvels rushed to promote the movie after the strike ended (the strike prohibited them from doing so), but the film ended up suffering <a href="https://apnews.com/article/marvels-box-office-disney-brie-larson-392f34978d96a5a2bca5e32717d888e8">the worst opening weekend of any Marvel Cinematic Universe movie</a> after it launched on Nov. 10.</p>
<p><strong>References</strong></p>
<ul>
<li>SAG-AFTRA - A Message From Your SAG-AFTRA President and Chief Negotiator - <a href="https://www.sagaftra.org/message-your-sag-aftra-president-and-chief-negotiator">https://www.sagaftra.org/message-your-sag-aftra-president-and-chief-negotiator</a> (<a href="https://web.archive.org/web/20231119170549/https://www.sagaftra.org/message-your-sag-aftra-president-and-chief-negotiator">ARCHIVE</a>)</li>
<li>SAG-AFTRA - Tentative Agreement Reached - <a href="https://www.sagaftra.org/tentative-agreement-reached">https://www.sagaftra.org/tentative-agreement-reached</a> (<a href="https://web.archive.org/web/20231119170741/https://www.sagaftra.org/tentative-agreement-reached">ARCHIVE</a>)</li>
<li>SAG-AFTRA - SAG-AFTRA National Board Approves Tentative Agreement, Recommends Ratification of 2023 TV/Theatrical Contracts - <a href="https://www.sagaftra.org/sag-aftra-national-board-approves-tentative-agreement-recommends-ratification-2023-tvtheatrical">https://www.sagaftra.org/sag-aftra-national-board-approves-tentative-agreement-recommends-ratification-2023-tvtheatrical</a> (<a href="https://web.archive.org/web/20231119170914/https://www.sagaftra.org/sag-aftra-national-board-approves-tentative-agreement-recommends-ratification-2023-tvtheatrical">ARCHIVE</a>)</li>
<li>SAG-AFTRA - SAG-AFTRA Press Conference - <a href="https://www.youtube.com/watch?v=joEbGiDdDpM">https://www.youtube.com/watch?v=joEbGiDdDpM</a></li>
<li>SAG-AFTRA - Regulating Artificial Intelligence - <a href="https://www.sagaftra.org/files/sa_documents/AI%20TVTH.pdf">https://www.sagaftra.org/files/sa_documents/AI%20TVTH.pdf</a> (<a href="https://web.archive.org/web/20231119170826/https://www.sagaftra.org/files/sa_documents/AI%20TVTH.pdf">ARCHIVE</a>)</li>
<li>SAG-AFTRA - Summary of 2023 Tentative Successor Agreement to the 2020 Producer-SAG-AFTRA Codified Basic Agreement (‘Codified Basic Agreement’) and 2020 SAG-AFTRA Television Agreement (‘Television Agreement’) (hereafter, collectively ‘the Agreements’) - <a href="https://www.sagaftra.org/files/sa_documents/TV-Theatrical_23_Summary_Agreement_Final.pdf">https://www.sagaftra.org/files/sa_documents/TV-Theatrical_23_Summary_Agreement_Final.pdf</a> (<a href="https://web.archive.org/web/20231119170934/https://www.sagaftra.org/files/sa_documents/TV-Theatrical_23_Summary_Agreement_Final.pdf">ARCHIVE</a>)</li>
<li>AMPTP - STATEMENT FROM THE AMPTP, November 8, 2023 - <a href="https://press.amptp.org/node/19253">https://press.amptp.org/node/19253</a> (<a href="https://web.archive.org/web/20231119171031/https://press.amptp.org/node/19253">ARCHIVE</a>)</li>
</ul>
</div>
<footer class="post__footer">
<div class="post__tags tags clearfix">
<svg class="tags__badge icon icon-tag" width="16" height="16" viewBox="0 0 32 32"><path d="M4 0h8s2 0 4 2l15 15s2 2 0 4L21 31s-2 2-4 0L2 16s-2-2-2-4V3s0-3 4-3m3 10a3 3 0 0 0 0-6 3 3 0 0 0 0 6"/></svg>
<ul class="tags__list">
<li class="tags__item">
<a class="tags__link btn" href="/tags/movies/" rel="tag">Movies</a>
</li>
<li class="tags__item">
<a class="tags__link btn" href="/tags/tv-shows/" rel="tag">TV shows</a>
</li>
<li class="tags__item">
<a class="tags__link btn" href="/tags/screen-actors-guild-american-federation-of-television-and-radio-artists-sag-aftra/" rel="tag">Screen Actors Guild-American Federation of Television and Radio Artists (SAG-AFTRA)</a>
</li>
<li class="tags__item">
<a class="tags__link btn" href="/tags/alliance-of-motion-picture-and-television-producers-amptp/" rel="tag">Alliance of Motion Picture and Television Producers (AMPTP)</a>
</li>
<li class="tags__item">
<a class="tags__link btn" href="/tags/labor-unions/" rel="tag">Labor unions</a>
</li>
<li class="tags__item">
<a class="tags__link btn" href="/tags/strikes/" rel="tag">Strikes</a>
</li>
<li class="tags__item">
<a class="tags__link btn" href="/tags/artificial-intelligence-ai/" rel="tag">Artificial intelligence (AI)</a>
</li>
<li class="tags__item">
<a class="tags__link btn" href="/tags/netflix/" rel="tag">Netflix</a>
</li>
<li class="tags__item">
<a class="tags__link btn" href="/tags/disney/" rel="tag">Disney</a>
</li>
</ul>
</div>
</footer>
</article>
</main>
<nav class="pager flex">
<div class="pager__item pager__item--prev">
<a class="pager__link" href="/arts-and-entertainment/2023/charles-martinet-mario-va-retires/" rel="prev">
<span class="pager__subtitle">« Previous</span>
<p class="pager__title">Charles Martinet, voice of Super Mario, retires</p>
</a>
</div>
<div class="pager__item pager__item--next">
<a class="pager__link" href="/arts-and-entertainment/2023/stampy-cat-ends-lovely-world-series-minecraft/" rel="next">
<span class="pager__subtitle">Next »</span>
<p class="pager__title">Minecraft YouTuber Stampy Cat ends 11-year Lovely World series</p>
</a>
</div>
</nav>
</div>
<aside class="sidebar"><div class="widget-search widget">
<form class="widget-search__form" role="search" method="get" action="https://google.com/search">
<input class="widget-search__field" type="search" placeholder="Search…" value="" name="q" aria-label="Search…">
<input class="widget-search__submit" type="submit" value="Search">
<input type="hidden" name="sitesearch" value="https://theZFJ.github.io/">
</form>
</div>
<div class="widget-recent widget">
<h4 class="widget__title">Recent Posts</h4>
<div class="widget__content">
<ul class="widget__list">
<li class="widget__item"><a class="widget__link" href="/domestic-affairs/2025/tiktok-us-ban-divestiture-resurrection/">TikTok briefly banned in the US</a></li>
<li class="widget__item"><a class="widget__link" href="/domestic-affairs/2025/national-zoo-two-giant-pandas-bao-li-qing-bao/">Two new giant pandas debut at the Smithsonian’s National Zoo</a></li>
<li class="widget__item"><a class="widget__link" href="/domestic-affairs/2025/trump-day-1-executive-orders-who-withdrawal/">Trump moves to withdraw US from World Health Organization</a></li>
<li class="widget__item"><a class="widget__link" href="/domestic-affairs/2025/trump-day-1-executive-orders-implement-doge/">Trump executive order implements Department of Government Efficiency</a></li>
<li class="widget__item"><a class="widget__link" href="/domestic-affairs/2025/biden-federal-death-row-commutations/">Biden commutes sentences of almost all federal death row inmates</a></li>
</ul>
</div>
</div>
<div class="widget-categories widget">
<h4 class="widget__title">Categories</h4>
<div class="widget__content">
<ul class="widget__list">
<li class="widget__item">
<a class="widget__link" href="/categories/arts-and-entertainment/">Arts and Entertainment</a></li>
<li class="widget__item">
<a class="widget__link" href="/categories/business/">Business</a></li>
<li class="widget__item">
<a class="widget__link" href="/categories/domestic-affairs/">Domestic Affairs</a></li>
<li class="widget__item">
<a class="widget__link" href="/categories/foreign-affairs/">Foreign Affairs</a></li>
<li class="widget__item">
<a class="widget__link" href="/categories/health-and-medicine/">Health and Medicine</a></li>
<li class="widget__item">
<a class="widget__link" href="/categories/opinion/">Opinion</a></li>
<li class="widget__item">
<a class="widget__link" href="/categories/science-and-technology/">Science and Technology</a></li>
<li class="widget__item">
<a class="widget__link" href="/categories/sports/">Sports</a></li>
</ul>
</div>
</div>
<div class="widget-social widget">
<h4 class="widget-social__title widget__title">Social</h4>
<div class="widget-social__content widget__content">
<div class="widget-social__item widget__item">
<a class="widget-social__link widget__link btn" title="Twitter" rel="noopener noreferrer" href="https://twitter.com/zfjnews" target="_blank">
<svg class="widget-social__link-icon icon icon-twitter" width="24" height="24" viewBox="0 0 384 312"><path d="m384 36.9c-14.1 6.3-29.3 10.5-45.2 12.4 16.3-9.7 28.8-25.2 34.6-43.6-15.2 9-32.1 15.6-50 19.1-14.4-15.2-34.9-24.8-57.5-24.8-43.5 0-78.8 35.3-78.8 78.8 0 6.2.7 12.2 2 17.9-65.5-3.3-123.5-34.6-162.4-82.3-6.7 11.6-10.6 25.2-10.6 39.6 0 27.3 13.9 51.4 35 65.6-12.9-.4-25.1-4-35.7-9.9v1c0 38.2 27.2 70 63.2 77.2-6.6 1.8-13.6 2.8-20.8 2.8-5.1 0-10-.5-14.8-1.4 10 31.3 39.1 54.1 73.6 54.7-27 21.1-60.9 33.7-97.8 33.7-6.4 0-12.6-.4-18.8-1.1 34.9 22.4 76.3 35.4 120.8 35.4 144.9 0 224.1-120 224.1-224.1 0-3.4-.1-6.8-.2-10.2 15.4-11.1 28.7-25 39.3-40.8z"/></svg>
<span>Twitter</span>
</a>
</div>
<div class="widget-social__item widget__item">
<a class="widget-social__link widget__link btn" title="Instagram" rel="noopener noreferrer" href="https://www.instagram.com/zfjnews" target="_blank">
<svg class="widget-social__link-icon icon icon-instagram" width="24" height="24" viewBox="0 0 256 256"><circle cx="193" cy="59" r="15"/><path fill-rule="evenodd" d="M101 0h54c41 0 58.4 3.9 74.5 17C256.2 37.5 256 74.8 256 97.7v60c0 26.7 0 60.4-26.5 81.4-16 13.4-33.5 16.9-74.5 16.9h-54c-41 0-57.5-3.5-74.5-16.9C1 218.9.5 186.3.1 160.5L0 155V97.7c0-23-.2-60.2 26.5-80.7C45 2 60 0 101 0zm4.9 23h44.3c45.8 0 58.3 3.5 70.3 17.5 11.8 13.2 12 30.1 12.5 62.9V156c.2 20.8.3 45.8-12.5 59.5-12 14-24.5 17.5-70.3 17.5h-44.3c-45.9 0-57.3-3.5-70.4-17.5-12.2-13-12.3-36.5-12.4-56.7v-55.6c.4-32.6.7-49.6 12.4-62.7C48 26.5 60 23 105.9 23zm19.6 144.5a42 42 0 1 0 0-84 42 42 0 0 0 0 84zm0 22.5a64.5 64.5 0 1 0 0-129 64.5 64.5 0 0 0 0 129z"/></svg>
<span>Instagram</span>
</a>
</div>
<div class="widget-social__item widget__item">
<a class="widget-social__link widget__link btn" title="YouTube" rel="noopener noreferrer" href="https://www.youtube.com/@zfjnews" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="widget-social__link-icon icon icon-youtube" width="26px" height="16px" version="1.1" viewBox="0 0 34.2 24"><g id="surface1"><path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 17.097656 0 C 17.097656 0 6.394531 0 3.71875 0.707031 C 2.28125 1.101562 1.097656 2.289062 0.703125 3.753906 C 0 6.4375 0 12 0 12 C 0 12 0 17.589844 0.703125 20.246094 C 1.097656 21.710938 2.253906 22.871094 3.71875 23.265625 C 6.421875 24 17.097656 24 17.097656 24 C 17.097656 24 27.804688 24 30.480469 23.292969 C 31.945312 22.898438 33.097656 21.742188 33.492188 20.273438 C 34.199219 17.589844 34.199219 12.027344 34.199219 12.027344 C 34.199219 12.027344 34.226562 6.4375 33.492188 3.753906 C 33.097656 2.289062 31.945312 1.128906 30.480469 0.734375 C 27.804688 0 17.097656 0 17.097656 0 Z M 13.691406 6.863281 L 22.589844 12 L 13.691406 17.136719 Z M 13.691406 6.863281 "></path></g></svg>
<span>YouTube</span>
</a>
</div>
</div>
</div>
</aside>
</div>
<footer class="footer">
<div class="container footer__container flex">
<div class="footer__copyright">
© 2025 The Zombie Fridge Journal.
<span class="footer__copyright-credits">Generated with <a href="https://gohugo.io/" rel="nofollow noopener" target="_blank">Hugo</a> and <a href="https://github.com/Vimux/Mainroad/" rel="nofollow noopener" target="_blank">Mainroad</a> theme.</span>
</div>
</div>
</footer>
</div>
<script async defer src="/js/menu.js"></script>
</body>
</html>