Add short titles to articles
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user