2 Commits 0374a2d564 ... 0b00a22c67

Author SHA1 Message Date
  Eli Cox 0b00a22c67 Keep the index page short. 6 years ago
  Eli Cox 5b823d3111 index: markup 6 years ago
2 changed files with 19 additions and 21 deletions
  1. 18 0
      about/feedback.go
  2. 1 21
      index.go

+ 18 - 0
about/feedback.go

@@ -0,0 +1,18 @@
+package about
+
+/* Feedback as issues and pull-requests
+
+Send any feedback (comments, typos, issues, questions) to
+
+https://github.com/icock/comp/issues
+
+or open a pull requests at
+
+https://github.com/icock/comp/pulls
+
+or send a email to me directly.
+My email address is listed on my personal homepage:
+
+https://icock.github.io
+*/
+func Feedback() {}

+ 1 - 21
index.go

@@ -1,22 +1,2 @@
-/* I abuse godoc to take notes on computers, programming etc.
-
-Contact
-
-Send any feedback (comments, typos, issues, questions) to
-
-https://github.com/icock/comp/issues
-
-Or open a pull requests at
-
-https://github.com/icock/comp/pulls
-
-Or send a email to me directly.
-My email address is listed on my personal homepage:
-
-https://icock.github.io
-
-License
-
-public domain
-*/
+/* I abuse godoc to take notes on computers, programming etc. */
 package comp