Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions source/docs/permalinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Variable | Description
`:i_month` | Published month of posts (Without leading zeros)
`:day` | Published day of posts (2-digit)
`:i_day` | Published day of posts (Without leading zeros)
`:hour` | Published hour of posts (2-digit)
`:minute` | Published minute of posts (2-digit)
`:title` | Filename
`:post_title` | Post title
`:id` | Post ID
Expand Down
2 changes: 2 additions & 0 deletions source/ko/docs/permalinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ title: Permalinks
`:i_month` | 포스트를 배포한 월 (앞에 붙는 0은 생략)
`:day` | 포스트를 배포한 날 (2-digit)
`:i_day` | 포스트를 배포한 날 (앞에 붙는 0은 생략)
`:hour` | Published hour of posts (2-digit)
`:minute` | Published minute of posts (2-digit)
`:title` | 파일명
`:id` | 포스트 ID
`:category` | 포스트가 속한 카테고리. 지정하지 않으면 `default_category` 값을 사용합니다.
Expand Down
2 changes: 2 additions & 0 deletions source/pt-br/docs/permalinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Variável | Descrição
`:i_month` | Mês da publicação da postagem (sem zero à esquerda)
`:day` | Dia da publicação da postagem (2 dígitos)
`:i_day` | Dia da publicação da postagem (sem zero à esquerda)
`:hour` | Published hour of posts (2-digit)
`:minute` | Published minute of posts (2-digit)
`:title` | Nome do arquivo (sem sua extensão)
`:post_title` | Título da postagem
`:id` | ID da postagem
Expand Down
2 changes: 2 additions & 0 deletions source/ru/docs/permalinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ title: Постоянные ссылки
`:i_month` | Месяц публикации поста (Без ведущего нуля)
`:day` | День публикации поста (2-х значный)
`:i_day` | День публикации поста (Без ведущего нуля)
`:hour` | Published hour of posts (2-digit)
`:minute` | Published minute of posts (2-digit)
`:title` | Имя файла
`:id` | ID поста
`:category` | Категории. Если категория поста не указана, возьмётся значение по умолчанию из `default_category`.
Expand Down
2 changes: 2 additions & 0 deletions source/th/docs/permalinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Variable | Description
`:i_month` | Published month of posts (Without leading zeros)
`:day` | Published day of posts (2-digit)
`:i_day` | Published day of posts (Without leading zeros)
`:hour` | Published hour of posts (2-digit)
`:minute` | Published minute of posts (2-digit)
`:title` | Filename
`:post_title` | Post title
`:id` | Post ID
Expand Down
2 changes: 2 additions & 0 deletions source/zh-cn/docs/permalinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ title: 永久链接(Permalinks)
`:i_month` | 文章的发表月份(去掉开头的零)
`:day` | 文章的发表日期 (2 位数)
`:i_day` | 文章的发表日期(去掉开头的零)
`:hour` | 文章发表时的小时 (2 位数)
`:minute` | 文章发表时的分钟 (2 位数)
`:title` | 文件名称
`:post_title` | 文章标题
`:id` | 文章 ID
Expand Down
2 changes: 2 additions & 0 deletions source/zh-tw/docs/permalinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ title: 永久連結(Permalinks)
`:i_month` | 文章的發表月份(去掉開頭的零)
`:day` | 文章的發表日期 (2 位數)
`:i_day` | 文章的發表日期(去掉開頭的零)
`:hour` | 文章發表時的小時 (2 位數)
`:minute` | 文章發表時的分鐘 (2 位數)
`:title` | 檔案名稱
`:id` | 文章 ID
`:category` | 分類。如果文章沒有分類,則是 `default_category` 設定。
Expand Down