Remove nogap
This commit is contained in:
@@ -16,7 +16,6 @@
|
|||||||
{{ $dateformat := $page.Param "paige.date.format" | default ":date_long" }}
|
{{ $dateformat := $page.Param "paige.date.format" | default ":date_long" }}
|
||||||
{{ $description := $page.Description | markdownify }}
|
{{ $description := $page.Description | markdownify }}
|
||||||
{{ $id := not $fullpages }}
|
{{ $id := not $fullpages }}
|
||||||
{{ $nogap := "mb-0" }}
|
|
||||||
{{ $readingtime := $page.ReadingTime }}
|
{{ $readingtime := $page.ReadingTime }}
|
||||||
{{ $series := $page.Params.series }}
|
{{ $series := $page.Params.series }}
|
||||||
{{ $tags := $page.Params.tags | default slice | uniq }}
|
{{ $tags := $page.Params.tags | default slice | uniq }}
|
||||||
|
Reference in New Issue
Block a user