Add short titles to articles

This commit is contained in:
Chalarangelo
2022-05-06 18:58:22 +03:00
parent 713be64d8c
commit 86557572db
4 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
--- ---
title: What's the difference between :root and html in CSS? title: What's the difference between :root and html in CSS?
shortTitle: :root vs html
type: story type: story
tags: css,layout,selector tags: css,layout,selector
expertise: beginner expertise: beginner

View File

@ -1,5 +1,6 @@
--- ---
title: "Tip: Abort a fetch request in JavaScript" title: "Tip: Abort a fetch request in JavaScript"
shortTitle: Abort a fetch request
type: story type: story
tags: javascript,function tags: javascript,function
expertise: intermediate expertise: intermediate

View File

@ -1,5 +1,6 @@
--- ---
title: Creating HTML elements in JavaScript title: Creating HTML elements in JavaScript
shortTitle: Creating HTML elements
type: story type: story
tags: javascript,browser tags: javascript,browser
expertise: beginner expertise: beginner

View File

@ -1,5 +1,6 @@
--- ---
title: How can I remove trailing zeros from a number in JavaScript? title: How can I remove trailing zeros from a number in JavaScript?
shortTitle: Remove trailing zeros from number
type: story type: story
tags: javascript,math tags: javascript,math
expertise: beginner expertise: beginner