Skip to content

Commit

Permalink
style: update sidebar layout
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jan 6, 2022
1 parent be926b5 commit e59069c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/partials/sidebar.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<aside class="col-lg-4 sidebar d-flex">
<div class="container">
<div class="container d-flex flex-column">
{{ partial "hooks/sidebar-begin" . }}
{{ partial "sidebar/main" . }}
{{ partial "hooks/sidebar-end" . }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/sidebar/taxonomies.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{{- $taxonomyCount := default 10 ($.Site.Param $param) -}}
{{- if $taxonomyCount -}}
{{- with $value.ByCount -}}
<section class="taxonomies row card component">
<section class="{{ $key }}-taxonomies row card component">
<div class="card-header">
<h2 class="card-title">
<a href="{{ absLangURL (urlize $key) }}">{{ T $key }}</a>
Expand Down

0 comments on commit e59069c

Please sign in to comment.