File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -106,11 +106,11 @@ <h3 class="mt-3 items-center justify-between text-3xl font-semibold leading-9 te
106
106
< p class ="mt-3 flex items-center justify-between ">
107
107
< span class ="relative z-10 rounded-full border-2 border-solid border-green-200 bg-green-50 px-3 py-0.5 text-sm font-medium text-green-700 "> {{ len (where .RegularPagesRecursive ".Params.style" "eq" "module") }} {{ i18n "key.modules" }}</ span >
108
108
< span class ="text-sm font-semibold text-gray-600 ">
109
- {{ $totalReadingTime := 0 }}
109
+ <!-- {{ $totalReadingTime := 0 }}
110
110
{{ range .RegularPagesRecursive }}
111
111
{{ $totalReadingTime = add $totalReadingTime .ReadingTime }}
112
112
{{ end }}
113
- {{ i18n "key.eta" }}: {{ printf "%d" $totalReadingTime }} {{ i18n "key.minutes" }}
113
+ {{ i18n "key.eta" }}: {{ printf "%d" $totalReadingTime }} {{ i18n "key.minutes" }} -->
114
114
</ span >
115
115
</ p >
116
116
< p class ="mt-2 text-sm leading-6 text-gray-600 "> {{ .Page.Params.description }}</ p >
Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ <h3 class="text-3xl font-semibold leading-9 text-gray-900 group-hover:text-gray-
59
59
< p class ="mt-3 flex items-center justify-between ">
60
60
< span class ="relative z-10 rounded-full border-2 border-solid border-green-200 bg-green-50 px-3 py-0.5 text-sm font-medium text-green-700 "> {{ len (where .RegularPagesRecursive ".Params.style" "eq" "module") }} {{ i18n "key.modules" }}</ span >
61
61
< span class ="text-sm font-semibold text-gray-700 ">
62
- {{ $totalReadingTime := 0 }}
62
+ <!-- {{ $totalReadingTime := 0 }}
63
63
{{ range .RegularPagesRecursive }}
64
64
{{ $totalReadingTime = add $totalReadingTime .ReadingTime }}
65
65
{{ end }}
66
- {{ i18n "key.eta" }}: {{ printf "%d" $totalReadingTime }} {{ i18n "key.minutes" }}
66
+ {{ i18n "key.eta" }}: {{ printf "%d" $totalReadingTime }} {{ i18n "key.minutes" }} -->
67
67
</ span >
68
68
</ p >
69
69
< p class ="mt-2 text-sm leading-6 text-gray-600 "> {{
You can’t perform that action at this time.
0 commit comments