diff options
-rw-r--r-- | build-aux/build-home-page.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build-aux/build-home-page.el b/build-aux/build-home-page.el index b971304..6ff4cd3 100644 --- a/build-aux/build-home-page.el +++ b/build-aux/build-home-page.el @@ -38,6 +38,5 @@ (with-temp-buffer (insert-file-contents "README.org") (search-forward "* Contributing\n\n") - (beginning-of-line) (insert "ccwl is developed on [[https://github.com/arunisaac/ccwl][GitHub]]. ") (org-export-to-file 'html "website/index.html"))) |