Skip to content

Commit

Permalink
fix: link root specs
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Sep 13, 2023
1 parent f111ac6 commit 9014045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/themes/conformance/layouts/specs/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h3 class="text-2xl font-bold mt-8 mb-4">Sub-Specs</h3>
<!-- Main Dashboard with a different visual appeal -->
<h3 class="text-3xl font-bold mb-4">
Main Dashboard
{{ template "specpill" .Params.spec_full_name }}
{{ template "specpill" (default "https://specs.ipfs.tech/" .Params.spec_full_name) }}
</h3>
<div class="mt-2 p-6 shadow-xl rounded-lg">
{{ partial "result-table.html" .Params }}
Expand Down

0 comments on commit 9014045

Please sign in to comment.