mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-28 19:43:31 +08:00
Merge branch 'master' into master
This commit is contained in:
commit
24e3ce7683
@ -79,6 +79,7 @@
|
||||
|
||||
@include respond(lg) {
|
||||
padding-top: var(--main-top-padding);
|
||||
padding-bottom: var(--main-top-padding);
|
||||
}
|
||||
}
|
||||
|
||||
|
15
i18n/pl.yaml
15
i18n/pl.yaml
@ -7,6 +7,8 @@ darkMode:
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} strona"
|
||||
few: "{{ .Count }} strony"
|
||||
many: "{{ .Count }} stron"
|
||||
other: "{{ .Count }} stron"
|
||||
|
||||
section:
|
||||
@ -14,7 +16,9 @@ list:
|
||||
|
||||
subsection:
|
||||
one: Podsekcja
|
||||
other: Podsekcje
|
||||
few: Podsekcje
|
||||
many: Podsekcji
|
||||
other: Podsekcji
|
||||
|
||||
article:
|
||||
back:
|
||||
@ -28,9 +32,11 @@ article:
|
||||
|
||||
lastUpdatedOn:
|
||||
other: Ostatnio zaktualizowany
|
||||
|
||||
|
||||
readingTime:
|
||||
one: "Przeczytasz w {{ .Count }} minutę"
|
||||
few: "Przeczytasz w {{ .Count }} minuty"
|
||||
many: "Przeczytasz w {{ .Count }} minut"
|
||||
other: "Przeczytasz w {{ .Count }} minut"
|
||||
|
||||
notFound:
|
||||
@ -50,7 +56,7 @@ widget:
|
||||
tagCloud:
|
||||
title:
|
||||
other: Tagi
|
||||
|
||||
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: Kategorie
|
||||
@ -63,6 +69,9 @@ search:
|
||||
other: Wpisz coś...
|
||||
|
||||
resultTitle:
|
||||
one: "#PAGES_COUNT strona (#TIME_SECONDS sekund)"
|
||||
few: "#PAGES_COUNT strony (#TIME_SECONDS sekund)"
|
||||
many: "#PAGES_COUNT stron (#TIME_SECONDS sekund)"
|
||||
other: "#PAGES_COUNT stron (#TIME_SECONDS sekund)"
|
||||
|
||||
footer:
|
||||
|
@ -4,6 +4,18 @@ toggleMenu:
|
||||
darkMode:
|
||||
other: 夜晚模式
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "第 {{ .Count }} 頁"
|
||||
other: "第 {{ .Count }} 頁"
|
||||
|
||||
section:
|
||||
other: 段落
|
||||
|
||||
subsection:
|
||||
one: 小節
|
||||
other: 小節
|
||||
|
||||
article:
|
||||
back:
|
||||
other: 返回
|
||||
@ -18,11 +30,13 @@ article:
|
||||
other: 最後更新
|
||||
|
||||
readingTime:
|
||||
one: "閱讀時間: {{ .Count }} 分鐘"
|
||||
other: "閱讀時間: {{ .Count }} 分鐘"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: 404 錯誤
|
||||
|
||||
subtitle:
|
||||
other: 頁面不存在
|
||||
|
||||
@ -37,6 +51,9 @@ widget:
|
||||
tagCloud:
|
||||
title:
|
||||
other: 標籤雲
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: 分類
|
||||
|
||||
search:
|
||||
title:
|
||||
|
@ -13,7 +13,7 @@
|
||||
show_email_subscription: {{ default true .show_email_subscription }}
|
||||
};
|
||||
|
||||
function(e, n) {
|
||||
!function(e, n) {
|
||||
for (var o = 0; o < e.length; o++) {
|
||||
var r = n.createElement('script'),
|
||||
c = '.js',
|
||||
|
@ -1,4 +1,4 @@
|
||||
<script src="//cdn.jsdelivr.net/npm/twikoo@1.5.11/dist/twikoo.all.min.js"></script>
|
||||
<script src="//cdn.jsdelivr.net/npm/twikoo@1.6.11/dist/twikoo.all.min.js"></script>
|
||||
<div id="tcomment"></div>
|
||||
<style>
|
||||
.twikoo {
|
||||
|
@ -1,4 +1,4 @@
|
||||
{{- $ThemeVersion := "3.16.0" -}}
|
||||
{{- $ThemeVersion := "3.17.0" -}}
|
||||
<footer class="site-footer">
|
||||
<section class="copyright">
|
||||
©
|
||||
|
Loading…
Reference in New Issue
Block a user