Skip to content

Commit 2ed4f09

Browse files
committed
fix(blog): fix Part 3 & 4 HTML structure on series page
Parts 3 & 4 had <a><h2> wrapping (link-styled heading) instead of <h2><a> (white heading + separate read link) causing title color inconsistency vs Parts 1 & 2. Also changed read-link to read-more class to match Parts 1 & 2.
1 parent 3c6c36b commit 2ed4f09

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

blog/virtual-eng-org/index.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,7 @@ <h2><a href="/blog/posts/virtual-eng-org-part-2.html">Giving Each Agent a Desk
149149
<span class="phase-label">Phase 3 — The Process</span>
150150
<span class="timeline-status published"><i class="fas fa-check-circle"></i> Published</span>
151151
</div>
152-
<a href="/blog/posts/virtual-eng-org-part-3.html">
153-
<h2>The Orchestration Skill — Automating the Workflow</h2>
154-
</a>
152+
<h2><a href="/blog/posts/virtual-eng-org-part-3.html">The Orchestration Skill — Automating the Workflow</a></h2>
155153
<p class="timeline-excerpt">
156154
The team gets a workflow engine — task boards, quality gates, automated handoffs,
157155
and cron-driven rituals. "What if the team could run without you?"
@@ -165,7 +163,7 @@ <h2>The Orchestration Skill — Automating the Workflow</h2>
165163
<span class="tag">skills</span>
166164
<span class="tag">cron</span>
167165
</div>
168-
<a href="/blog/posts/virtual-eng-org-part-3.html" class="read-link">
166+
<a href="/blog/posts/virtual-eng-org-part-3.html" class="read-more">
169167
Read Part 3 <i class="fas fa-arrow-right"></i>
170168
</a>
171169
</div>
@@ -181,9 +179,7 @@ <h2>The Orchestration Skill — Automating the Workflow</h2>
181179
<span class="phase-label">Phase 4 — The Self-Organizing Org</span>
182180
<span class="timeline-status published"><i class="fas fa-check-circle"></i> Published</span>
183181
</div>
184-
<a href="/blog/posts/virtual-eng-org-part-4.html">
185-
<h2>Making It Stick — Teaching Your AI Workflow to Self-Organize</h2>
186-
</a>
182+
<h2><a href="/blog/posts/virtual-eng-org-part-4.html">Making It Stick — Teaching Your AI Workflow to Self-Organize</a></h2>
187183
<p class="timeline-excerpt">
188184
The routing layer arrives — mandatory delegation rules, a request routing
189185
decision framework, and an orchestrator identity. How three files turned
@@ -198,7 +194,7 @@ <h2>Making It Stick — Teaching Your AI Workflow to Self-Organize</h2>
198194
<span class="tag">routing</span>
199195
<span class="tag">AGENTS.md</span>
200196
</div>
201-
<a href="/blog/posts/virtual-eng-org-part-4.html" class="read-link">
197+
<a href="/blog/posts/virtual-eng-org-part-4.html" class="read-more">
202198
Read Part 4 <i class="fas fa-arrow-right"></i>
203199
</a>
204200
</div>

0 commit comments

Comments
 (0)