projects
/
website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9941efe
)
removed gen_about script
author
MatthewOwens
<matthew@owens.tech>
Tue, 21 Jul 2020 16:18:20 +0000
(17:18 +0100)
committer
MatthewOwens
<matthew@owens.tech>
Tue, 21 Jul 2020 16:18:20 +0000
(17:18 +0100)
scripts/gen_about.sh
[deleted file]
patch
|
blob
|
history
diff --git
a/scripts/gen_about.sh
b/scripts/gen_about.sh
deleted file mode 100755
(executable)
index
2abee98
..0000000
--- a/
scripts/gen_about.sh
+++ /dev/null
@@
-1,11
+0,0 @@
-#!/bin/sh
-
-[ $# -ne 1 ] && exit 1
-
-title=$(scripts/post_title.sh $1)
-
-# since $title will have a closing HTML tag, we need to use a different
-# seperator to '/' for sed
-sed "s|TITLE|$title|" includes/head.html
-cat includes/about_header.html
-markdown $1