diff options
| -rw-r--r-- | content/en/articles/haiku/index.md | 6 | ||||
| -rw-r--r-- | content/it/articles/haiku/index.md | 17 |
2 files changed, 13 insertions, 10 deletions
diff --git a/content/en/articles/haiku/index.md b/content/en/articles/haiku/index.md index a31e0e3..46ca83b 100644 --- a/content/en/articles/haiku/index.md +++ b/content/en/articles/haiku/index.md @@ -9,7 +9,7 @@ tags = [ "quotes", "haiku"] +++ {{< quote source="Jack Kerouac" >}} -Gli uccelli cantano<br /> -nel buio.<br /> -Alba piovosa. +Birds singing<br /> + in the dark<br /> + — Rainy dawn. {{< /quote >}}
\ No newline at end of file diff --git a/content/it/articles/haiku/index.md b/content/it/articles/haiku/index.md index 0e3b071..26e4aad 100644 --- a/content/it/articles/haiku/index.md +++ b/content/it/articles/haiku/index.md @@ -1,12 +1,15 @@ +++ title = "haiku" -date = "2010-12-02T10:33:50+00:00" - -type = "life" -tags = ["haiku", "quotes"] - author = "Danilo M." - +type = "quote" +date = "2010-12-02T10:33:50+00:00" +excerpt = "Un haiku di Jack Kerouac." +categories = [ "Self Reflection"] +tags = ["quotes", "haiku"] +++ -TODO: Tradurre questo articolo dall'inglese all'italiano. +{{< quote source="Jack Kerouac" >}} +Gli uccelli cantano<br /> +nell’oscurità.<br /> +— Alba piovosa. +{{< /quote >}}
\ No newline at end of file |
