diff --git a/blog_posts/eslint-refactor-for-in.md b/blog_posts/eslint-refactor-for-in.md index 8c4891b33..efd28eadf 100644 --- a/blog_posts/eslint-refactor-for-in.md +++ b/blog_posts/eslint-refactor-for-in.md @@ -1,6 +1,6 @@ --- -title: Refactoring your for...in loops to avoid ESLint warnings -type: story +title: "Tip: Refactoring your for...in loops to avoid ESLint warnings" +type: tip tags: javascript,array,iterator,eslint authors: chalarangelo cover: blog_images/copy-text-to-clipboard-with-javascript.jpg diff --git a/blog_posts/github-co-authors.md b/blog_posts/github-co-authors.md index b82e546f0..530c1ee11 100644 --- a/blog_posts/github-co-authors.md +++ b/blog_posts/github-co-authors.md @@ -1,6 +1,6 @@ --- -title: How can I add multiple authors to a commit? -type: question +title: "Tip: How to add multiple authors to a commit" +type: tip tags: git,github,programming,webdev authors: chalarangelo cover: blog_images/book-chair.jpg diff --git a/blog_posts/javascript-swap-two-variables.md b/blog_posts/javascript-swap-two-variables.md index 945a2d4d0..cfeaf683a 100644 --- a/blog_posts/javascript-swap-two-variables.md +++ b/blog_posts/javascript-swap-two-variables.md @@ -1,6 +1,6 @@ --- -title: How can I swap two variables in JavaScript? -type: question +title: "Tip: How to swap two variables in JavaScript" +type: tip tags: javascript,array,variables authors: chalarangelo cover: blog_images/javascript-swap-two-variables.jpg diff --git a/blog_posts/nodejs-chrome-debugging.md b/blog_posts/nodejs-chrome-debugging.md index 15c9987bd..18a78df80 100644 --- a/blog_posts/nodejs-chrome-debugging.md +++ b/blog_posts/nodejs-chrome-debugging.md @@ -1,6 +1,6 @@ --- -title: Debugging Node.js using Chrome Developer Tools -type: story +title: "Tip: Debugging Node.js using Chrome Developer Tools" +type: tip tags: javascript,node,debugging authors: chalarangelo cover: blog_images/nodejs-chrome-debugging.jpg diff --git a/blog_posts/prefetching-resources.md b/blog_posts/prefetching-resources.md index 0accef571..744331e41 100644 --- a/blog_posts/prefetching-resources.md +++ b/blog_posts/prefetching-resources.md @@ -1,6 +1,6 @@ --- -title: Prefetching resources in the browser -type: story +title: "Tip: Prefetching resources in the browser" +type: tip tags: webdev,html,browser authors: chalarangelo cover: blog_images/prefetching-resources.jpg