Minima_layoutsHTML layouts for different sorts of Minima pages.
val default :
?lang:string ->
title:string ->
title_uri:Uri.t ->
description:string ->
stylesheet_uri:Uri.t ->
canonical_uri:Uri.t ->
rss_feed_uri:Uri.t ->
contacts:(string * Uri.t option) list ->
page_links:(string * Uri.t) list ->
icons:Minima_includes.html list ->
content:'a Soup.node ->
Minima_theme.t ->
Soup.element Soup.nodeval to_string : 'a Soup.node -> stringto_string s will convert the HTML nodes to an HTML string and also prepend a DOCTYPE tag so that browsers interpret it properly.
val article :
title:string ->
date:Ptime.t ->
content:'a Soup.node ->
Soup.element Soup.node