summaryrefslogtreecommitdiff
path: root/build-aux/build-home-page.el
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/build-home-page.el')
-rw-r--r--build-aux/build-home-page.el1
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")))