File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -436,6 +436,10 @@ html.dark .shiki span {
436
436
background-color : # 39d353 ;
437
437
}
438
438
439
+ .home-article a div div : nth-child (3 ) {
440
+ display : none;
441
+ }
442
+
439
443
li a ,
440
444
blockquote a {
441
445
white-space : pre-wrap;
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ smartTOCHideUnfocusedChildren = false
77
77
invertPagination = false
78
78
showReadingTime = true
79
79
showTableOfContents = true
80
- showRelatedContent = true
80
+ showRelatedContent = false
81
81
relatedContentLimit = 3
82
82
showTaxonomies = true
83
83
showAuthorsBadges = false
@@ -92,7 +92,7 @@ smartTOCHideUnfocusedChildren = false
92
92
layoutBackgroundBlur = true # only used when heroStyle equals background
93
93
layoutBackgroundHeaderSpace = true
94
94
showBreadcrumbs = false
95
- showSummary = false
95
+ showSummary = true
96
96
showViews = false
97
97
showLikes = false
98
98
showTableOfContents = true
Original file line number Diff line number Diff line change @@ -823,7 +823,7 @@ <h2 class="mt-0 mb-0 text-xl text-neutral-800 dark:text-neutral-300">
823
823
824
824
< h2 class ="mt-8 text-2xl font-extrabold mb-10 "> {{ i18n "shortcode.recent_articles" }}</ h2 >
825
825
826
- < section class ="w-full grid gap-4 sm:grid-cols-2 md:grid-cols-3 ">
826
+ < section class ="home-article w-full grid gap-4 sm:grid-cols-2 md:grid-cols-3 ">
827
827
{{ $pages := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }}
828
828
{{ $paginatedPages := .Paginate $pages }}
829
829
{{ $filteredPages := after 0 $paginatedPages.Pages }}
You can’t perform that action at this time.
0 commit comments