diff options
Diffstat (limited to 'services/tazblog/src/BlogStore.hs')
-rw-r--r-- | services/tazblog/src/BlogStore.hs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/services/tazblog/src/BlogStore.hs b/services/tazblog/src/BlogStore.hs index 0472fef56bc9..4e5171252e7d 100644 --- a/services/tazblog/src/BlogStore.hs +++ b/services/tazblog/src/BlogStore.hs @@ -57,8 +57,7 @@ data Entry lang :: BlogLang, author :: Text, title :: Text, - btext :: Text, - mtext :: Text, + text :: Text, edate :: Day } deriving (Eq, Ord, Show) @@ -170,8 +169,7 @@ entryFromDNS cache eid = do lang = EN, author = "tazjin", title = t, - btext = text, - mtext = "", + text = text, edate = d } ) |