fix titling in articles
This commit is contained in:
parent
6de3d95c83
commit
0d36a25e1f
@ -29,10 +29,9 @@ let logarion_text ?text_tpl:(tpl=None) ymd =
|
||||
footer [p []]
|
||||
|
||||
let of_ymd ?text_tpl:(tpl=None) lgrn ymd =
|
||||
let ymd_title = Ymd.(ymd.meta.title) in
|
||||
logarion_page
|
||||
(ymd_title ^ " by " ^ ymd.meta.author.name)
|
||||
ymd_title
|
||||
Ymd.(ymd.meta.title ^ " by " ^ ymd.meta.author.name)
|
||||
Logarion.(lgrn.title)
|
||||
(logarion_text ~text_tpl:tpl ymd)
|
||||
|> to_string
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user