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?
|
||||
shortTitle: :root vs html
|
||||
type: story
|
||||
tags: css,layout,selector
|
||||
expertise: beginner
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: "Tip: Abort a fetch request in JavaScript"
|
||||
shortTitle: Abort a fetch request
|
||||
type: story
|
||||
tags: javascript,function
|
||||
expertise: intermediate
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Creating HTML elements in JavaScript
|
||||
shortTitle: Creating HTML elements
|
||||
type: story
|
||||
tags: javascript,browser
|
||||
expertise: beginner
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: How can I remove trailing zeros from a number in JavaScript?
|
||||
shortTitle: Remove trailing zeros from number
|
||||
type: story
|
||||
tags: javascript,math
|
||||
expertise: beginner
|
||||
|
||||
Reference in New Issue
Block a user