mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-05-14 15:52:57 -05:00
Compare commits
No commits in common. "dd65d5538917cb8e25043e9244459ffe75a19e8a" and "0744af717de3280fa556344832b4125cd97151df" have entirely different histories.
dd65d55389
...
0744af717d
@ -100,7 +100,6 @@
|
||||
--text-gray-1: #5e5e5e; /* lch(40, 0, X) */
|
||||
|
||||
--link-0: #2061a8; /* lch(40, 45, 270) */
|
||||
--link-1: #044e8e; /* lch(32, 42, 270 */
|
||||
|
||||
--figure-border: #367acd; /* lch(50, 50, 270) */
|
||||
|
||||
@ -695,7 +694,8 @@ table.markdown td {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
table.markdown :is(th, td) + :is(th, td) {
|
||||
table.markdown th + th,
|
||||
table.markdown td + td {
|
||||
border-left: 2px solid var(--text-1);
|
||||
}
|
||||
|
||||
|
18
i18n/en.yaml
18
i18n/en.yaml
@ -129,21 +129,3 @@ aria_langpicker_list:
|
||||
|
||||
aria_table_of_contents:
|
||||
other: "table of contents"
|
||||
|
||||
aria_share_twitter:
|
||||
other: "share to twitter button"
|
||||
|
||||
aria_share_facebook:
|
||||
other: "share to facebook button"
|
||||
|
||||
aria_share_linkedin:
|
||||
other: "share to linkedin button"
|
||||
|
||||
aria_share_reddit:
|
||||
other: "share to reddit button"
|
||||
|
||||
aria_share_telegram:
|
||||
other: "share to telegram button"
|
||||
|
||||
aria_share_print:
|
||||
other: "print article button"
|
||||
|
18
i18n/es.yaml
18
i18n/es.yaml
@ -129,21 +129,3 @@ newer_post:
|
||||
|
||||
# aria_table_of_contents:
|
||||
# other: "table of contents"
|
||||
|
||||
# aria_share_twitter:
|
||||
# other: "share to twitter button"
|
||||
|
||||
# aria_share_facebook:
|
||||
# other: "share to facebook button"
|
||||
|
||||
# aria_share_linkedin:
|
||||
# other: "share to linkedin button"
|
||||
|
||||
# aria_share_reddit:
|
||||
# other: "share to reddit button"
|
||||
|
||||
# aria_share_telegram:
|
||||
# other: "share to telegram button"
|
||||
|
||||
# aria_share_print:
|
||||
# other: "print article button"
|
||||
|
@ -3,7 +3,6 @@
|
||||
<a class="twitter-share"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
aria-label="{{ i18n "aria_share_twitter" }}"
|
||||
onclick="share_event('Twitter');"
|
||||
href="https://twitter.com/intent/tweet?url={{ .Permalink }}&text={{ .Title }}&via=bbaovanc">
|
||||
{{- partial "icon.html" "twitter" -}}
|
||||
@ -14,7 +13,6 @@
|
||||
<a class="facebook-share"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
aria-label="{{ i18n "aria_share_facebook" }}"
|
||||
onclick="share_event('Facebook');"
|
||||
href="https://www.facebook.com/sharer.php?u={{ .Permalink }}">
|
||||
{{- partial "icon.html" "facebook" -}}
|
||||
@ -25,7 +23,6 @@
|
||||
<a class="linkedin-share"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
aria-label="{{ i18n "aria_share_linkedin" }}"
|
||||
onclick="share_event('LinkedIn');"
|
||||
href="https://www.linkedin.com/sharing/share-offsite/?url={{ .Permalink }}">
|
||||
{{- partial "icon.html" "linkedin" -}}
|
||||
@ -36,7 +33,6 @@
|
||||
<a class="reddit-share"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
aria-label="{{ i18n "aria_share_reddit" }}"
|
||||
onclick="share_event('Reddit');"
|
||||
href="https://reddit.com/submit?url={{ .Permalink }}&title={{ .Title }}">
|
||||
{{- partial "icon.html" "reddit" -}}
|
||||
@ -50,7 +46,6 @@
|
||||
<a class="telegram-share"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
aria-label="{{ i18n "aria_share_telegram" }}"
|
||||
onclick="share_event('Telegram');"
|
||||
href="https://t.me/share/url?url={{ .Permalink }}&text={{ .Title }}">
|
||||
{{- partial "icon.html" "telegram" -}}
|
||||
@ -60,7 +55,6 @@
|
||||
|
||||
{{ if .Site.Params.shareButtons.print }}
|
||||
<a class="print-share"
|
||||
aria-label="{{ i18n "aria_share_print" }}"
|
||||
href="javascript:void(0)"
|
||||
onclick="window.print(); share_event('Print');">
|
||||
{{- partial "icon.html" "printer" -}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user