Skip to content

Commit d1eea55

Browse files
committed
fix typo
1 parent b60604b commit d1eea55

8 files changed

+8
-8
lines changed

_posts/de/2024-11-18-how-to-support-multi-language-on-jekyll-blog-with-polyglot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Anschließend habe ich die folgenden drei Zeilen zum "sidebar-bottom"-Klassenabs
350350

351351
{% raw %}
352352
```liquid
353-
<div class="lang-selector">
353+
<div class="lang-selector">
354354
{%- include lang-selector.html -%}
355355
</div>
356356
```

_posts/en/2024-11-18-how-to-support-multi-language-on-jekyll-blog-with-polyglot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ Then, add the following three lines to the "sidebar-bottom" class part of [Chirp
349349

350350
{% raw %}
351351
```liquid
352-
<div class="lang-selector">
352+
<div class="lang-selector">
353353
{%- include lang-selector.html -%}
354354
</div>
355355
```

_posts/es/2024-11-18-how-to-support-multi-language-on-jekyll-blog-with-polyglot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Luego, agregué las siguientes tres líneas a la parte de la clase "sidebar-bott
350350

351351
{% raw %}
352352
```liquid
353-
<div class="lang-selector">
353+
<div class="lang-selector">
354354
{%- include lang-selector.html -%}
355355
</div>
356356
```

_posts/fr/2024-11-18-how-to-support-multi-language-on-jekyll-blog-with-polyglot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Ensuite, j'ai ajouté les trois lignes suivantes à la partie de classe "sidebar
350350

351351
{% raw %}
352352
```liquid
353-
<div class="lang-selector">
353+
<div class="lang-selector">
354354
{%- include lang-selector.html -%}
355355
</div>
356356
```

_posts/ja/2024-11-18-how-to-support-multi-language-on-jekyll-blog-with-polyglot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ layout: content
350350

351351
{% raw %}
352352
```liquid
353-
<div class="lang-selector">
353+
<div class="lang-selector">
354354
{%- include lang-selector.html -%}
355355
</div>
356356
```

_posts/ko/2024-11-18-how-to-support-multi-language-on-jekyll-blog-with-polyglot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ layout: content
350350

351351
{% raw %}
352352
```liquid
353-
<div class="lang-selector">
353+
<div class="lang-selector">
354354
{%- include lang-selector.html -%}
355355
</div>
356356
```

_posts/pt-BR/2024-11-18-how-to-support-multi-language-on-jekyll-blog-with-polyglot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Em seguida, adicione as seguintes três linhas à parte da classe "sidebar-botto
350350

351351
{% raw %}
352352
```liquid
353-
<div class="lang-selector">
353+
<div class="lang-selector">
354354
{%- include lang-selector.html -%}
355355
</div>
356356
```

tools/hash.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
2024-10-23-continuous-and-characteristic-x-rays.md,0b662a9f317478e90152a02069a0a68291fd2e5ddbabcd8edec6d86f03443011
3838
2024-10-30-the-free-particle.md,0e71f5ca0681d5052286b7f24b86b10886755b75713b849957041afa440fbfc2
3939
2024-11-04-does-ai-hate-to-work-on-halloween.md,e54384722182131fcf3ec87aece878ce4fc775e758a71fbfe581967f1c277427
40-
2024-11-18-how-to-support-multi-language-on-jekyll-blog-with-polyglot.md,9596f460716c973bc6e46fea7a1d58f7bce6538aa9584c6ef5966b01798973a0
40+
2024-11-18-how-to-support-multi-language-on-jekyll-blog-with-polyglot.md,f07767fcc1de57ef462d9cba7f1965ff556319f0320b676dbb77844e478f225a

0 commit comments

Comments
 (0)