Skip to content

Commit

Permalink
partials/icons.html: use px since we also use py
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Nov 25, 2022
1 parent 15922dc commit a69094d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/layouts/partials/icons.html
Expand Up @@ -12,7 +12,7 @@ <h2 id="icons" class="mb-0">Icons</h2>
{{- with .Site.GetPage .File.Path }}
<li class="col mb-4"{{ with .Params.tags }} data-tags="{{ delimit . " " }}"{{ end }}{{ with .Params.categories }} data-categories="{{ delimit . " " | lower }}"{{ end }}>
<a class="d-block text-dark text-decoration-none" href="{{ .RelPermalink }}">
<div class="p-3 py-4 mb-2 bg-light text-center rounded">
<div class="px-3 py-4 mb-2 bg-light text-center rounded">
{{ if $.IsHome -}}
<i class="bi bi-{{ $filename }}"></i>
{{- else -}}
Expand Down

0 comments on commit a69094d

Please sign in to comment.