diff --git a/src/Menu/ArchiveLink.coffee b/src/Menu/ArchiveLink.coffee index 393e08836..4daa729da 100644 --- a/src/Menu/ArchiveLink.coffee +++ b/src/Menu/ArchiveLink.coffee @@ -39,11 +39,11 @@ ArchiveLink = else (post) -> typeParam = if type is 'country' and post.info.flagCodeTroll - 'tag' + 'troll_country' else type value = if type is 'country' - post.info.flagCode or post.info.flagCodeTroll + post.info.flagCode or post.info.flagCodeTroll.toLowerCase() else Filter.values(type, post)[0] # We want to parse the exact same stuff as the filter does already.