ocaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

formatting

+2 -2
+1 -1
lib/frontend/Forester.ml
··· 107 107 http_equiv `refresh; 108 108 content "0;url=%s" uri_string 109 109 ]; 110 - meta [ charset "utf-8" ] 110 + meta [charset "utf-8"] 111 111 ] 112 112 ] 113 113
+1 -1
lib/frontend/Legacy_xml_client.ml
··· 266 266 ] 267 267 | Some article -> 268 268 [ 269 - X.href "%s" @@ URI.to_string @@ route forest link.href; 269 + X.href "%s" @@ URI.to_string @@ route forest link.href; 270 270 X.title_ "%s" @@ 271 271 Plain_text_client.string_of_content ~forest: forest ~router: (route forest) @@ 272 272 State.get_expanded_title ?scope: (Scope.read ()) article.frontmatter forest;