Skip to content

Commit

Permalink
update: index
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanized committed Apr 2, 2024
1 parent d719c86 commit 7fef361
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/hugoplate/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1 class="mb-4 text-h3 lg:text-h1">
target="_blank" rel="noopener"
{{ end }}>
{{ .label }}
<i class="fa fa-arrow-right pl-2"></i>
<i class="fa fa-file-arrow-down pl-2"></i>
</a>
{{ end }}
{{ end }}
Expand Down Expand Up @@ -65,9 +65,9 @@ <h2 class="mb-4">
</ul>
{{ with .button }}
{{ if .enable }}
<a class="btn btn-primary mt-6" href="{{ .link | absURL }}">
<a class="btn btn-primary mt-6 justify-center" href="{{ .link | absURL }}">
{{ .label }}
<i class="fa fa-arrow-right pl-2"></i>
<i class="fa fa-person-running pl-2"></i>
</a>
{{ end }}
{{ end }}
Expand Down

0 comments on commit 7fef361

Please sign in to comment.