Skip to content

Commit

Permalink
dukedpsun commit:调整文章板式
Browse files Browse the repository at this point in the history
  • Loading branch information
dukedpsun committed Sep 22, 2023
1 parent 2153d00 commit 5b2023e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions hugo_stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
"ul"
],
"classes": [
"=post-block-title",
"=post-block-title2",
"=post-block-title3",
"about-2",
"align-self-start",
"bg-one",
Expand Down Expand Up @@ -129,10 +126,12 @@
"post-block",
"post-block-layout",
"post-block-layout2",
"post-block-layout3",
"post-block-summary",
"post-block-summary2",
"post-block-summary3",
"post-block-title",
"post-block-title2",
"post-block-title3",
"post-single-content",
"rounded-0",
"rounded-circle",
Expand Down
2 changes: 1 addition & 1 deletion themes/meghna-hugo/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@ a:hover {
}

.post-block-title3 {
color: #cb0000;
color: #1b1e23;
font-family: PingFang SC;
font-size: 20px;
font-style: normal;
Expand Down
2 changes: 1 addition & 1 deletion themes/meghna-hugo/layouts/_default/article.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</div>

<div class="content post-block-layout">
<p class="=post-block-title"><a href="{{ .Permalink }}">{{ .Title }}</a></p>
<p class="post-block-title"><a href="{{ .Permalink }}">{{ .Title }}</a></p>
<p class="post-block-summary">{{ .Summary }}</p>
<a class="btn btn-transparent" href="{{ .Permalink }}">{{ i18n "readMore" }}</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion themes/meghna-hugo/layouts/_default/article2.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</div>

<div class="content post-block-layout2">
<p class="=post-block-title2"><a href="{{ .Permalink }}">{{ .Title }}</a></p>
<p class="post-block-title2"><a href="{{ .Permalink }}">{{ .Title }}</a></p>
<p class="post-block-summary2">{{ .Summary }}</p>
<a class="btn btn-transparent" href="{{ .Permalink }}">{{ i18n "readMore" }}</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion themes/meghna-hugo/layouts/_default/article3.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</div>

<div class="content post-block-layout2">
<p class="=post-block-title3"><a href="{{ .Permalink }}">{{ .Title }}</a></p>
<p class="post-block-title3"><a href="{{ .Permalink }}">{{ .Title }}</a></p>
<p class="post-block-summary3">{{ .Summary }}</p>
<a class="btn btn-transparent" href="{{ .Permalink }}">{{ i18n "readMore" }}</a>
</div>
Expand Down

0 comments on commit 5b2023e

Please sign in to comment.