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
  • Background
  • Contact
  • Team
  • +
  • Blogroll
  • Links
  • @@ -165,6 +166,7 @@ module About = struct lwt r = read_file read_fn "/about-community.md" in lwt b = read_file read_fn "/about-b.md" in lwt f = read_file read_fn "/about-funding.md" in + lwt br = read_file read_fn "/about-blogroll.md" in let content = <:html<
    @@ -174,11 +176,17 @@ module About = struct
    $b$
    +
    $l$
    $r$
    +
    +
    + +
    +
    $br$
    >> 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 @@ -
    - -
    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