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
|
>>= renderRss feedConf feedCtx
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
postCtx :: Tags -> Context String
|
postCtx :: Tags -> Context String
|
||||||
postCtx tags = mconcat
|
postCtx tags = mconcat
|
||||||
[ modificationTimeField "mtime" "%U"
|
[ modificationTimeField "mtime" "%U"
|
||||||
|
@ -140,6 +141,7 @@ postCtx tags = mconcat
|
||||||
]
|
]
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
feedCtx :: Context String
|
feedCtx :: Context String
|
||||||
feedCtx = mconcat
|
feedCtx = mconcat
|
||||||
[ bodyField "description"
|
[ bodyField "description"
|
||||||
|
|
Loading…
Reference in a new issue