From c34b061dffce770849a0778cea706dd7c04cc10e Mon Sep 17 00:00:00 2001 From: Maxim Reznik Date: Mon, 12 Sep 2022 15:01:24 +0300 Subject: [PATCH] Move CC SA license note at the end of each page. --- fetch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fetch.sh b/fetch.sh index 119dcaf..96f9ae4 100755 --- a/fetch.sh +++ b/fetch.sh @@ -26,7 +26,7 @@ sidebar_position: $INDEX --- EOF - cat /tmp/front_matter note.mdx /tmp/mdx > $OUTPUT/$J.mdx + cat /tmp/front_matter /tmp/mdx note.mdx > $OUTPUT/$J.mdx INDEX=$((INDEX+1)) done @@ -46,4 +46,4 @@ EOF sed -e '//,/<.noinclude>/d' data/Ada_Style_Guide.wiki | pandoc -f mediawiki -t gfm --filter ./bin/aqs2mdx > /tmp/mdx -cat /tmp/front_matter note.mdx /tmp/mdx > $OUTPUT/Ada_Style_Guide.mdx +cat /tmp/front_matter /tmp/mdx note.mdx > $OUTPUT/Ada_Style_Guide.mdx