Skip to content

Commit 3c6c36b

Browse files
committed
fix(blog): add published class to Parts 3 and 4 on series page
timeline-item and timeline-status elements for Parts 3 & 4 were missing the published CSS class, causing them to appear as unpublished/greyed out.
1 parent 5093009 commit 3c6c36b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

blog/virtual-eng-org/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,14 @@ <h2><a href="/blog/posts/virtual-eng-org-part-2.html">Giving Each Agent a Desk
140140
</div>
141141

142142
<!-- Part 3 -->
143-
<div class="timeline-item" id="part-3">
143+
<div class="timeline-item published" id="part-3">
144144
<div class="timeline-marker">
145145
<span class="timeline-number">3</span>
146146
</div>
147147
<div class="timeline-card">
148148
<div class="timeline-card-header">
149149
<span class="phase-label">Phase 3 — The Process</span>
150-
<span class="timeline-status"><i class="fas fa-check-circle"></i> Published</span>
150+
<span class="timeline-status published"><i class="fas fa-check-circle"></i> Published</span>
151151
</div>
152152
<a href="/blog/posts/virtual-eng-org-part-3.html">
153153
<h2>The Orchestration Skill — Automating the Workflow</h2>
@@ -172,14 +172,14 @@ <h2>The Orchestration Skill — Automating the Workflow</h2>
172172
</div>
173173

174174
<!-- Part 4 -->
175-
<div class="timeline-item" id="part-4">
175+
<div class="timeline-item published" id="part-4">
176176
<div class="timeline-marker">
177177
<span class="timeline-number">4</span>
178178
</div>
179179
<div class="timeline-card">
180180
<div class="timeline-card-header">
181181
<span class="phase-label">Phase 4 — The Self-Organizing Org</span>
182-
<span class="timeline-status"><i class="fas fa-check-circle"></i> Published</span>
182+
<span class="timeline-status published"><i class="fas fa-check-circle"></i> Published</span>
183183
</div>
184184
<a href="/blog/posts/virtual-eng-org-part-4.html">
185185
<h2>Making It Stick — Teaching Your AI Workflow to Self-Organize</h2>

0 commit comments

Comments
 (0)