diff options
-rwxr-xr-x | gen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen b/gen index fbabfdf..71f5b4e 100755 --- a/gen +++ b/gen @@ -9,7 +9,7 @@ export PATH="$PWD/.jekyll-cache:$PATH" ./tools/compile -function post_link() { +post_link() { path=$1 title=$2 photo=$3 |