Skip to content

Commit 8ab6008

Browse files
etzmclaude
andcommitted
Add Forum button to hero section linking to Image.sc
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a35a224 commit 8ab6008

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

_includes/hero.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ <h1 class="hero-headline">{{ site.data.site.hero.headline }}</h1>
66
<div class="hero-cta">
77
<a href="{{ site.data.site.hero.cta_primary.url }}" class="btn btn-primary" target="_blank" rel="noopener">{{ site.data.site.hero.cta_primary.label }}</a>
88
<a href="{{ site.data.site.hero.cta_secondary.url }}" class="btn btn-outline">{{ site.data.site.hero.cta_secondary.label }}</a>
9+
<a href="{{ site.data.site.community.forum_url }}" class="btn btn-outline" target="_blank" rel="noopener">Forum</a>
910
</div>
1011
<div class="hero-meta">
1112
{% for item in site.data.site.meta %}

0 commit comments

Comments
 (0)