diff --git a/src/pages.ml b/src/pages.ml
index e08bd3164..bd2e9cc3c 100644
--- a/src/pages.ml
+++ b/src/pages.ml
@@ -37,6 +37,7 @@ module Global = struct
@@ -174,11 +176,17 @@ module About = struct
+
+
>> in
return (Global.page ~title:"Community" ~headers:[] ~content)
end
diff --git a/tmpl/about-b.md b/tmpl/about-b.md
index adb04a7e9..01e8f12f1 100644
--- a/tmpl/about-b.md
+++ b/tmpl/about-b.md
@@ -1,5 +1,3 @@
-
-
- Join the e-mail developer mailing list or search the past archives. This is a fairly low-volume list, and beginner questions are welcome.
@@ -16,4 +14,3 @@
-
diff --git a/tmpl/about-blogroll.md b/tmpl/about-blogroll.md
new file mode 100644
index 000000000..29901ee6d
--- /dev/null
+++ b/tmpl/about-blogroll.md
@@ -0,0 +1,8 @@
+### Blogroll
+
+* **[Anil's blog](http://anil.recoil.org/blog/)**
+* **[Dave's blog](http://dave.recoil.org/blog/index.html)**
+* **[Amir's blog](http://amirchaudhry.com/)**
+* **[Some Random Idiot](http://www.somerandomidiot.com/)**
+* **[Thomas Leonard's blog](http://roscidus.com/blog/)**
+* **[My Little Garden of Code](http://philtomson.github.io/)**
\ No newline at end of file