chore(tazblog): Remove 'read more' feature

This commit is contained in:
Vincent Ambo 2019-08-25 20:22:57 +01:00
parent 6450347bf1
commit 094aafecdd
3 changed files with 7 additions and 15 deletions

View file

@ -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
}
)