From 8935a1d5080dd6bbc836103693bf4f222de274c9 Mon Sep 17 00:00:00 2001 From: roalz Date: Mon, 22 Aug 2016 16:34:18 +0200 Subject: [PATCH] Update index.html.haml %pre.changelog= File.read("CHANGELOG.md") instead of %pre.changelog= File.read(File.expand_path("../../CHANGELOG.md", __FILE__)) --- source/it-IT/0.3.0/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/it-IT/0.3.0/index.html.haml b/source/it-IT/0.3.0/index.html.haml index 4a37976..543a6fe 100644 --- a/source/it-IT/0.3.0/index.html.haml +++ b/source/it-IT/0.3.0/index.html.haml @@ -13,7 +13,7 @@ language: it-IT Un change log รจ un file che contiene una lista curata e ordinata cronologicamente delle modifiche degne di nota per ogni versione di un progetto. -%pre.changelog= File.read(File.expand_path("../../CHANGELOG.md", __FILE__)) +%pre.changelog= File.read("CHANGELOG.md") :markdown ### A cosa serve un change log?