Skip to content

Commit

Permalink
fix(sidebar-taxonomies): add the missing HTML tag
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Apr 8, 2023
1 parent b9a97a3 commit 3c33aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/sidebar/taxonomies.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{{- if $taxonomyCount }}
{{- with $value.ByCount }}
<div class="accordion {{ $key }}-taxonomies">
class="row card component">
<section class="row card component">
<div class="card-header">
<h2 class="card-title my-2 fs-4 text-surface d-none d-lg-block">
<a href="{{ absLangURL (urlize $key) }}">{{ i18n $key }}</a>
Expand Down

0 comments on commit 3c33aa3

Please sign in to comment.