Skip to content

Commit 7df9c24

Browse files
committed
update list page style
1 parent 5677981 commit 7df9c24

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

themes/hugo-coder/layouts/dev/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<h1 class="title" style="font-size: 1.6rem !important;border-bottom:1px dotted #bf7326;padding-bottom:20px;">
1111
{{ .Description }}
1212
<br>
13-
<div style="text-align:left;font-size: 1.2rem !important;"> {{ len (where .Site.RegularPages "Section" "==" "dev") }} 篇文章 / 总计 {{$scratch.Get "total" }} 字 / 浏览量 <span id="dev-page-views"></span> </div>
13+
<div style="text-align:left;font-size: 1.2rem !important;">共{{ len (where .Site.RegularPages "Section" "==" "dev") }}篇文章/总计{{$scratch.Get "total" }}字/浏览量<span id="dev-page-views"></span></div>
1414
</h1>
1515
<ul>
1616
{{- range .Paginator.Pages -}}

themes/hugo-coder/layouts/money/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<h1 class="title" style="font-size: 1.6rem !important;border-bottom:1px dotted #bf7326;padding-bottom:20px;">
1111
{{ .Description }}
1212
<br>
13-
<div style="text-align:left;font-size: 1.2rem !important;"> {{ len (where .Site.RegularPages "Section" "==" "dev") }} 篇文章 / 总计 {{$scratch.Get "total" }} 字 / 浏览量 <span id="money-page-views"></span> </div>
13+
<div style="text-align:left;font-size: 1.2rem !important;">共{{ len (where .Site.RegularPages "Section" "==" "dev") }}篇文章/总计{{$scratch.Get "total" }}字/浏览量<span id="money-page-views"></span></div>
1414
</h1>
1515

1616
<ul>

themes/hugo-coder/layouts/self/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<h1 class="title" style="font-size: 1.6rem !important;border-bottom:1px dotted #bf7326;padding-bottom:20px;">
1111
{{ .Description }}
1212
<br>
13-
<div style="text-align:left;font-size: 1.2rem !important;"> {{ len (where .Site.RegularPages "Section" "==" "dev") }} 篇文章 / 总计 {{$scratch.Get "total" }} 字 / 浏览量 <span id="self-page-views"></span> </div>
13+
<div style="text-align:left;font-size: 1.2rem !important;">共{{ len (where .Site.RegularPages "Section" "==" "dev") }}篇文章/总计{{$scratch.Get "total" }}字/浏览量<span id="self-page-views"></span></div>
1414
</h1>
1515

1616
<ul>

0 commit comments

Comments
 (0)