[locale/blog] Remove unused locale strings
This commit is contained in:
parent
4c961c4ac6
commit
a68d6cfa31
2 changed files with 2 additions and 70 deletions
|
|
@ -90,7 +90,7 @@ $maybe links <- pageLinks
|
|||
^{links}
|
||||
|]
|
||||
where
|
||||
toDisplay = if' showAll entries (take 6 entries)
|
||||
toDisplay = if showAll then entries else (take 6 entries)
|
||||
linkElems Entry{..} = concat $ intersperse' "/" [show lang, show entryId]
|
||||
|
||||
showLinks :: Maybe Int -> BlogLang -> Html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue