Skip to content

Commit

Permalink
Merge pull request #3528 from SwiftPackageIndex/fix-3527
Browse files Browse the repository at this point in the history
Fix 3527
  • Loading branch information
daveverwer authored Nov 27, 2024
2 parents 0c1e7aa + 2cf55ad commit 37e40c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Sources/App/Views/PackageController/PackageShow+View.swift
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ extension PackageShow {
.li(
.a(
.href(homepageUrl),
.data(named: "turbo", value: String(false)),
"Package Homepage"
)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ <h3>Compatibility</h3>
</div>
</li>
<li>
<a href="https://swiftpackageindex.com/">Package Homepage</a>
<a href="https://swiftpackageindex.com/" data-turbo="false">Package Homepage</a>
</li>
</ul>
</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ <h3>Compatibility</h3>
</div>
</li>
<li>
<a href="https://swiftpackageindex.com/">Package Homepage</a>
<a href="https://swiftpackageindex.com/" data-turbo="false">Package Homepage</a>
</li>
</ul>
</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ <h3>Compatibility</h3>
</div>
</li>
<li>
<a href="https://swiftpackageindex.com/">Package Homepage</a>
<a href="https://swiftpackageindex.com/" data-turbo="false">Package Homepage</a>
</li>
</ul>
</section>
Expand Down

0 comments on commit 37e40c2

Please sign in to comment.