parent
5d0219f743
commit
ae693b9b27
5 changed files with 50 additions and 1 deletions
@ -0,0 +1,12 @@ |
||||
+++ |
||||
title = "Date and slug inheritance (English)" |
||||
date = 2018-02-12 |
||||
slug = "data-and-slug-inheritance" |
||||
tags = ["inheritance", "date", "slug"] |
||||
draft = false |
||||
+++ |
||||
|
||||
Date and slug inheritance is useful when you want to use the same data |
||||
and slug for multiple posts, but in different languages. |
||||
|
||||
[Spanish version](/posts/es/data-and-slug-inheritance) |
||||
@ -0,0 +1,12 @@ |
||||
+++ |
||||
title = "Date and slug inheritance (Spanish)" |
||||
date = 2018-02-12 |
||||
slug = "data-and-slug-inheritance" |
||||
tags = ["inheritance", "date", "slug"] |
||||
draft = false |
||||
+++ |
||||
|
||||
La herencia de fecha y slug es útil cuando desea usar los mismos datos |
||||
y slug para múltiples publicaciones, pero en diferentes idiomas. |
||||
|
||||
[English version](/posts/en/data-and-slug-inheritance) |
||||
@ -1 +1 @@ |
||||
Subproject commit 46bbd294e1109fc0368b2cfdadc6af020ba5d19e |
||||
Subproject commit 4e952f997f16a7a2fcbc68b538a74f69921c3b5d |
||||
Loading…
Reference in new issue