Skip to content
Snippets Groups Projects
Verified Commit 90f821a1 authored by Artem Starikov's avatar Artem Starikov
Browse files

Fix article in description

parent 6b5ba592
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,8 @@
- var isBehindBirthday =
- now.getUTCMonth() < 7 || (now.getUTCMonth() == 7 && now.getUTCDate() < 4)
- var age = now.getUTCFullYear() - 2003 - (isBehindBirthday ? 1 : 0)
- var about = `A ${age}-year-old human passionate about technology.`
- var article = age == 18 ? `An` : `A`
- var about = `${article} ${age}-year-old human passionate about technology.`
doctype html
html(lang="en")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment