mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 17:27:33 +02:00
Replace .md extension
This commit is contained in:
parent
2c01bd479e
commit
5d980f8bd4
1 changed files with 2 additions and 0 deletions
|
@ -14,5 +14,7 @@ for fn in `find . | grep md`; do
|
|||
sed -i.old '1s;^;layout: main\n;' $fn
|
||||
sed -i.old '1s;^;---\n;' $fn
|
||||
rm -f $fn.old
|
||||
# Replace ".md"
|
||||
sed -i -- 's/.md//g' $fn
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue