diff --git a/demo/reagentdemo/news/clockpost.cljs b/demo/reagentdemo/news/clockpost.cljs index 5a7b564..6d03634 100644 --- a/demo/reagentdemo/news/clockpost.cljs +++ b/demo/reagentdemo/news/clockpost.cljs @@ -19,7 +19,8 @@ lexclock {:href "http://www.lexicallyscoped.com/2014/01/23/clojurescript-react-om-binary-clock.html"} hopclock {:href "http://pmbauer.github.io/2014/01/27/hoplon-binary-clock/"} om {:href "https://github.com/swannodette/om"} - hoplon {:href "http://hoplon.io"}] + hoplon {:href "http://hoplon.io"} + clocksrc {:href "https://github.com/holmsand/reagent/blob/master/demo/reagentdemo/news/binaryclock.cljs"}] [:div.reagent-demo [:h1 [link {:href main} head]] @@ -85,6 +86,9 @@ [fn-src :main] + [:p "The entire source is also available " [:a + clocksrc "here"] "."] + [:h2 "How it all works"] [:p "Reading through the source, it may look like the entire