Skip to content

Commit e23ee12

Browse files
authored
Merge pull request #17 from adurrr/fix-homepage-html
fix: prevent raw HTML code blocks on homepage from CommonMark indentation rule
2 parents e39b202 + 1aa8514 commit e23ee12

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

exampleSite/content/_index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ title: "Wavecast Radio"
3737
<p>AI, cloud infrastructure, and the craft of software development.</p>
3838
<span class="program-card-episodes">2 episodes</span>
3939
</a>
40-
4140
<a href="{{< relref "programs/security-brief" >}}" class="program-card">
4241
<div class="program-card-icon">
4342
<svg viewBox="0 0 24 24" width="32" height="32" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>
@@ -46,7 +45,6 @@ title: "Wavecast Radio"
4645
<p>Cybersecurity stories, threat analysis, and defense strategies.</p>
4746
<span class="program-card-episodes">2 episodes</span>
4847
</a>
49-
5048
<a href="{{< relref "programs/open-source-spotlight" >}}" class="program-card">
5149
<div class="program-card-icon">
5250
<svg viewBox="0 0 24 24" width="32" height="32" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"/></svg>
@@ -55,7 +53,6 @@ title: "Wavecast Radio"
5553
<p>Projects, communities, and the people building open source.</p>
5654
<span class="program-card-episodes">2 episodes</span>
5755
</a>
58-
5956
<a href="{{< relref "programs/deploy-friday" >}}" class="program-card">
6057
<div class="program-card-icon">
6158
<svg viewBox="0 0 24 24" width="32" height="32" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="3" width="20" height="14" rx="2" ry="2"/><line x1="8" y1="21" x2="16" y2="21"/><line x1="12" y1="17" x2="12" y2="21"/></svg>

0 commit comments

Comments
 (0)