diff options
-rw-r--r-- | .description | 2 | ||||
-rwxr-xr-x | post-process.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.description b/.description index 97afca8..2673065 100644 --- a/.description +++ b/.description @@ -1 +1 @@ -Code and text for the website ypei.me. +Code and text for the website ypei.org. diff --git a/post-process.sh b/post-process.sh index 6300115..e3477d4 100755 --- a/post-process.sh +++ b/post-process.sh @@ -16,4 +16,4 @@ for page in site/*.html; do done # fix email address. -sed -i 's/xU)U1M2fEQL6bfYGpwSG/\h\i\@\y\p\e\i\.\m\e/' site/index.html +sed -i 's/xU)U1M2fEQL6bfYGpwSG/\i\d\@\y\p\e\i\.\o\r\g/' site/index.html |