From 79f07f768332187bd48b65800522a1fd1332eb97 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 9 Jun 2024 13:16:31 +0100 Subject: Towards localization --- bin/compile-notes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/compile-notes') diff --git a/bin/compile-notes b/bin/compile-notes index da9287c..6760925 100755 --- a/bin/compile-notes +++ b/bin/compile-notes @@ -37,7 +37,7 @@ find content/notes -type f | grep '\.md$' | sort | while read file; do done # Bibliography section -echo "# Bibliografia" >> $OUTPUT.md +cat $BASEDIR/templates/book/bibliography.md >> $OUTPUT.md # Revision information sed -i -e "s|%%revision%%|$REVISION|g" -e "s|%%date%%|$DATE|g" $OUTPUT.md -- cgit v1.2.3