Switch to RelPermalink to support http/https sites

This commit is contained in:
2024-02-19 14:59:01 +00:00
parent c587776382
commit 656a653e0d
11 changed files with 17 additions and 13 deletions

View File

@@ -7,7 +7,7 @@
<p>{{ .Params.subtitle }}</p>
</div>
<div class="content">
<a href="{{ .Permalink }}" class="button is-primary is-medium is-fullwidth has-box-shadow ">Learn More</a>
<a href="{{ .RelPermalink }}" class="button is-primary is-medium is-fullwidth has-box-shadow ">Learn More</a>
</div>
</div>
</div>