Skip to content

Commit

Permalink
docs(front-matter): fix syntax error of links
Browse files Browse the repository at this point in the history
fix #2195
  • Loading branch information
uiolee committed Jun 25, 2024
1 parent c9248be commit 2e6a145
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion source/ko/docs/front-matter.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ date: 2013/7/13 20:46:25

#### 레이아웃

The default layout is `post`, in accordance to the value of [`default_layout`](<(/docs/configuration#Writing)>) setting in `_config.yml`. When the layout is disabled (`layout: false`) in an article, it will not be processed with a theme. However, it will still be rendered by any available renderer: if an article is written in Markdown and a Markdown renderer (like the default [hexo-renderer-marked](https:/hexojs/hexo-renderer-marked)) is installed, it will be rendered to HTML.
The default layout is `post`, in accordance to the value of [`default_layout`](/docs/configuration#Writing) setting in `_config.yml`. When the layout is disabled (`layout: false`) in an article, it will not be processed with a theme. However, it will still be rendered by any available renderer: if an article is written in Markdown and a Markdown renderer (like the default [hexo-renderer-marked](https:/hexojs/hexo-renderer-marked)) is installed, it will be rendered to HTML.

[Tag plugins](/docs/tag-plugins) are always processed regardless of layout, unless disabled by the `disableNunjucks` setting or [renderer](/api/renderer#Disable-Nunjucks-tags).

Expand Down
2 changes: 1 addition & 1 deletion source/pt-br/docs/front-matter.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ date: 2013/7/13 20:46:25

#### Layout

The default layout is `post`, in accordance to the value of [`default_layout`](<(/docs/configuration#Writing)>) setting in `_config.yml`. When the layout is disabled (`layout: false`) in an article, it will not be processed with a theme. However, it will still be rendered by any available renderer: if an article is written in Markdown and a Markdown renderer (like the default [hexo-renderer-marked](https:/hexojs/hexo-renderer-marked)) is installed, it will be rendered to HTML.
The default layout is `post`, in accordance to the value of [`default_layout`](/docs/configuration#Writing) setting in `_config.yml`. When the layout is disabled (`layout: false`) in an article, it will not be processed with a theme. However, it will still be rendered by any available renderer: if an article is written in Markdown and a Markdown renderer (like the default [hexo-renderer-marked](https:/hexojs/hexo-renderer-marked)) is installed, it will be rendered to HTML.

[Tag plugins](/docs/tag-plugins) are always processed regardless of layout, unless disabled by the `disableNunjucks` setting or [renderer](/api/renderer#Disable-Nunjucks-tags).

Expand Down
2 changes: 1 addition & 1 deletion source/ru/docs/front-matter.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ date: 2013/7/13 20:46:25

#### Макет

Умолчания для макета `поста`, берутся в соответствии со значениеми [`параметров`](<(https://hexo.io/ru/docs/configuration#Написание)>) в файле `_config.yml`. Когда в статье макет отключён (`layout: false`), он не будет обрабатываться с темой. Тем не менее, он все равно будет отображаться любым доступным средством визуализации: если статья написана в Markdown и средстве визуализации Markdown (например, установлен по умолчанию [hexo-renderer-marked](https:/hexojs/hexo-renderer-marked)) , он будет отображён в HTML.
Умолчания для макета `поста`, берутся в соответствии со значениеми [`параметров`](https://hexo.io/ru/docs/configuration#Написание) в файле `_config.yml`. Когда в статье макет отключён (`layout: false`), он не будет обрабатываться с темой. Тем не менее, он все равно будет отображаться любым доступным средством визуализации: если статья написана в Markdown и средстве визуализации Markdown (например, установлен по умолчанию [hexo-renderer-marked](https:/hexojs/hexo-renderer-marked)) , он будет отображён в HTML.

[Плагины тегов](/ru/docs/tag-plugins) всегда обрабатываются независимо от макета, если только они не отключены настройкой `disableNunjucks` или [средство визуализации] (/api/renderer#Disable-Nunjucks-tags).

Expand Down
2 changes: 1 addition & 1 deletion source/th/docs/front-matter.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ date: 2013/7/13 20:46:25

#### Layout

The default layout is `post`, in accordance to the value of [`default_layout`](<(/docs/configuration#Writing)>) setting in `_config.yml`. When the layout is disabled (`layout: false`) in an article, it will not be processed with a theme. However, it will still be rendered by any available renderer: if an article is written in Markdown and a Markdown renderer (like the default [hexo-renderer-marked](https:/hexojs/hexo-renderer-marked)) is installed, it will be rendered to HTML.
The default layout is `post`, in accordance to the value of [`default_layout`](/docs/configuration#Writing) setting in `_config.yml`. When the layout is disabled (`layout: false`) in an article, it will not be processed with a theme. However, it will still be rendered by any available renderer: if an article is written in Markdown and a Markdown renderer (like the default [hexo-renderer-marked](https:/hexojs/hexo-renderer-marked)) is installed, it will be rendered to HTML.

[Tag plugins](/docs/tag-plugins) are always processed regardless of layout, unless disabled by the `disableNunjucks` setting or [renderer](/api/renderer#Disable-Nunjucks-tags).

Expand Down
2 changes: 1 addition & 1 deletion source/zh-tw/docs/front-matter.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ date: 2013/7/13 20:46:25

### 佈局

依照 `_config.yml` 中所設定的 [`default_layout`](<(/zh-tw/docs/configuration#寫作)>) 值,預設的佈局為 `post`。當在文章中取消佈局 (`layout: false`),則不會為它套用主題。然而,這依然會在任意的渲染引擎 (renderer) 中渲染,若一個文章是用 Markdown 編寫且已經安裝了 Markdown 算圖引擎(如預設的[hexo-renderer-marked](https:/hexojs/hexo-renderer-marked)),則會被渲染為 HTML。
依照 `_config.yml` 中所設定的 [`default_layout`](/zh-tw/docs/configuration#寫作) 值,預設的佈局為 `post`。當在文章中取消佈局 (`layout: false`),則不會為它套用主題。然而,這依然會在任意的渲染引擎 (renderer) 中渲染,若一個文章是用 Markdown 編寫且已經安裝了 Markdown 算圖引擎(如預設的[hexo-renderer-marked](https:/hexojs/hexo-renderer-marked)),則會被渲染為 HTML。

無論任何佈局,[標籤外掛](/zh-tw/docs/tag-plugins)一定會進行處理,除非禁止 `disableNunjucks` 的設定或是[渲染引擎](/zh-tw/api/renderer#Disable-Nunjucks-tags).

Expand Down

0 comments on commit 2e6a145

Please sign in to comment.