From 094aafecddc61f36de178205ba9bfd592dc3481f Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 25 Aug 2019 20:22:57 +0100 Subject: chore(tazblog): Remove 'read more' feature --- services/tazblog/src/BlogStore.hs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'services/tazblog/src/BlogStore.hs') 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 } ) -- cgit 1.4.1