aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-19 19:46:28 +0300
committerCem Keylan <cem@ckyln.com>2020-05-19 19:46:28 +0300
commit8f47b3220076639641b699f4e61b17b3bf1b93da (patch)
treeff20e454539c4e62e30b799d918311b3c6ddd1e7 /build
parentc7a903777bf7612cd6138998e759c555a836e37c (diff)
downloadwebsite-8f47b3220076639641b699f4e61b17b3bf1b93da.tar.gz
update
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 7db54cd..72e4432 100755
--- a/build
+++ b/build
@@ -39,7 +39,7 @@ gettitle() {
basename "$1" .md
return 0
}
- sed 1q "$1" | cut -d' ' -f2-
+ sed 's/^[Tt]itle: //;1q' "$1"
}
genpages() {