Skip to content

Commit

Permalink
style: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Oct 9, 2023
1 parent ec768a7 commit 36aecd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/partials/hb/modules/blog/post/card.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{- $showSummary := default true .Summary }}
{{- $readingTime := default true .ReadingTime }}
{{- $meta := default true .Meta }}
<div class="hb-blog-post-card card border-0 overflow-hidden h-100">
<div class="hb-blog-post-card hb-module card border-0 overflow-hidden h-100 mb-0">
{{- if $meta }}
<div class="hb-blog-post-meta d-flex align-items-center">
{{ partialCached "hb/modules/blog/post/meta/authors" $page $page }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/hb/modules/blog/posts.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- $cols := default "row-cols-1 row-cols-lg-2 row-cols-xl-3" .Cols }}
<div class="hb-blog-posts hb-module row {{ $cols }} g-3">
<div class="hb-blog-posts row {{ $cols }} g-3 mb-3">
{{ range .Pages }}
<div class="col">
{{- $ctx := dict "Page" . }}
Expand Down

0 comments on commit 36aecd3

Please sign in to comment.