aboutsummaryrefslogtreecommitdiffstats
path: root/app/Issue/Tag.hs
diff options
context:
space:
mode:
Diffstat (limited to 'app/Issue/Tag.hs')
-rw-r--r--app/Issue/Tag.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Issue/Tag.hs b/app/Issue/Tag.hs
index 90c7520..2f584b3 100644
--- a/app/Issue/Tag.hs
+++ b/app/Issue/Tag.hs
@@ -51,7 +51,8 @@ extractTags =
internalTags :: Text -> Maybe Provenance -> [T.Text] -> [Tag]
internalTags title provenance' markers =
concat
- [ [ Tag "id" $ Just $ toSpinalCase title
+ [ [ Tag "id" $ Just $ toSpinalCase title,
+ Tag "title" $ Just $ title
],
maybe
[]