Skip to content

Commit 1433d75

Browse files
build(deps): bump shared-web to v2025.326.11214 (#221)
1 parent 914e3ae commit 1433d75

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

_config_theme.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,13 @@ sass:
6363
sass_dir: _sass
6464
style: compressed
6565
site-css:
66+
- "https://cdn.jsdelivr.net/npm/@lizardbyte/[email protected]/dist/crowdin-bootstrap-css.css"
6667
- "/assets/css/styles.css"
68+
site-js:
69+
- "https://cdn.jsdelivr.net/npm/@lizardbyte/[email protected]/dist/crowdin.js"
70+
- "https://cdn.jsdelivr.net/npm/@lizardbyte/[email protected]/dist/discord.js"
71+
- "/assets/js/crowdin-init.js"
72+
- "/assets/js/discord-init.js"
6773
gtag: "G-SSW90X5YZX"
6874
giscus:
6975
hostname: giscus.app # Replace with your giscus instance's hostname if self-hosting

_includes/crowdin-scripts.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

_includes/discord-widgetcrate.html

Lines changed: 0 additions & 5 deletions
This file was deleted.

_includes/footer-extra.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{% include open-in-new-window.html %}
2-
{% include crowdin-scripts.html %}
3-
{% include discord-widgetcrate.html %}
42

53
<a title="Privacy Policy" href="{{ '/privacy' | relative_url }}" class="text_muted">Privacy</a>
64
&nbsp;&bull;&nbsp;

assets/js/crowdin-init.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
window.initCrowdIn('LizardByte', null);

assets/js/discord-init.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
window.initDiscord();

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
- /assets/img/banners/AdobeStock_372471479_1920x1280.jpg
1313
ext-js:
1414
- https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js
15-
- https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2025.321.1458/dist/format-number.js
16-
- https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2025.321.1458/dist/ranking-sorter.js
15+
- https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2025.326.11214/dist/format-number.js
16+
- https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2025.326.11214/dist/ranking-sorter.js
1717
js:
1818
- /assets/js/projects.js
1919
---

0 commit comments

Comments
 (0)