conform
This commit is contained in:
parent
b32b6367f1
commit
04ca1eded1
1 changed files with 2 additions and 0 deletions
|
@ -131,6 +131,7 @@ main = do
|
|||
>>= renderRss feedConf feedCtx
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
postCtx :: Tags -> Context String
|
||||
postCtx tags = mconcat
|
||||
[ modificationTimeField "mtime" "%U"
|
||||
|
@ -140,6 +141,7 @@ postCtx tags = mconcat
|
|||
]
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
feedCtx :: Context String
|
||||
feedCtx = mconcat
|
||||
[ bodyField "description"
|
||||
|
|
Loading…
Reference in a new issue