chore(tazblog): Remove 'read more' feature
This commit is contained in:
parent
6450347bf1
commit
094aafecdd
3 changed files with 7 additions and 15 deletions
|
|
@ -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
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue