aboutsummaryrefslogtreecommitdiff
path: root/build-aux/workflow/README.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-26 13:30:36 -0300
committerEuAndreh <eu@euandre.org>2021-01-26 13:30:36 -0300
commit6fa65cdb914d957a02d7bd7263bc729c36919abf (patch)
treefa8512d3831f385ada070d548ae10cf7513d636f /build-aux/workflow/README.sh
parentTODOs.md: Mark #task-fec292ff-b9de-4d6c-b156-a9adc4771f35 as done (diff)
downloadremembering-6fa65cdb914d957a02d7bd7263bc729c36919abf.tar.gz
remembering-6fa65cdb914d957a02d7bd7263bc729c36919abf.tar.xz
README.sh: Fix title metadata
Diffstat (limited to '')
-rwxr-xr-xbuild-aux/workflow/README.sh16
1 files changed, 8 insertions, 8 deletions
diff --git a/build-aux/workflow/README.sh b/build-aux/workflow/README.sh
index 1aa2593..2a900f5 100755
--- a/build-aux/workflow/README.sh
+++ b/build-aux/workflow/README.sh
@@ -18,12 +18,12 @@ if [ -s "$RELEASES_LIST" ]; then
fi
cat README.md "$RELEASES" | \
- pandoc --toc \
- --highlight-style pygments \
- --toc-depth=2 \
- -s \
- --metadata title="$PROJECT_UC - TODOs" \
- --metadata lang=en \
- -r markdown \
- -w html \
+ pandoc --toc \
+ --highlight-style pygments \
+ --toc-depth=2 \
+ -s \
+ --metadata title="$PROJECT_UC - README" \
+ --metadata lang=en \
+ -r markdown \
+ -w html \
> public/index.html