Skip to content

Commit

Permalink
Update home.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinGil authored Aug 13, 2024
1 parent 2ee601e commit 665271c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/edge-theme/layouts/_default/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1 id="hero-heading">Deliver Faster Websites with Akamai EdgeWorkers</h1>
</div><!-- /.hero__entry -->

{{ $examplesURL := site.GetPage "section" "examples" }}
<a href="{{ $examplesURL.RelPermalink }}" class="btn">More Code Examples</a><!-- /.btn -->
<a href="{{ $examplesURL.RelPermalink }}" class="btn">View Code Examples</a><!-- /.btn -->
</div><!-- /.hero__inner -->
</div><!-- /.shell -->
</div><!-- /.hero -->
Expand Down Expand Up @@ -312,7 +312,7 @@ <h2 id="boxes-heading">What are you looking to do?</h2>
<ul>
<li>
{{ $examplesURL := site.GetPage "section" "examples" }}
<a href="{{ $examplesURL.RelPermalink }}" class="btn">More Code Examples</a><!-- /.btn -->
<a href="{{ $examplesURL.RelPermalink }}" class="btn">View Code Examples</a><!-- /.btn -->
</li>

<li>
Expand Down

0 comments on commit 665271c

Please sign in to comment.