From 86e16bf2f08f01e7721b064b3315059980599013 Mon Sep 17 00:00:00 2001 From: Duncan Mackenzie Date: Wed, 15 May 2024 14:53:55 -0700 Subject: [PATCH 1/4] Update rss.xml --- themes/hello-friend-ng/layouts/_default/rss.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hello-friend-ng/layouts/_default/rss.xml b/themes/hello-friend-ng/layouts/_default/rss.xml index 1f355767..8d5112dc 100644 --- a/themes/hello-friend-ng/layouts/_default/rss.xml +++ b/themes/hello-friend-ng/layouts/_default/rss.xml @@ -63,7 +63,7 @@ {{ .Permalink }} {{- with .Params.tags -}} {{- range . -}} - {{- if ne . "devto" }} + {{- if ne . "DevTo" }} {{ . }} {{- end -}} {{- end -}} From 28e89fa4d991b58c14a3542816e56d9e4853be3c Mon Sep 17 00:00:00 2001 From: Duncan Mackenzie Date: Wed, 15 May 2024 14:55:05 -0700 Subject: [PATCH 2/4] Update single.html --- themes/hello-friend-ng/layouts/posts/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hello-friend-ng/layouts/posts/single.html b/themes/hello-friend-ng/layouts/posts/single.html index dc96f55c..ec7fda51 100644 --- a/themes/hello-friend-ng/layouts/posts/single.html +++ b/themes/hello-friend-ng/layouts/posts/single.html @@ -30,7 +30,7 @@

{{ .Title | markdownify }}

{{- range . -}} - {{- if ne . "devto" -}} + {{- if ne . "DevTo" -}} {{.}} {{- end -}} {{- end }} From 97d39f1b422326667f26f53f35e5e39172894f5f Mon Sep 17 00:00:00 2001 From: Duncan Mackenzie Date: Wed, 15 May 2024 14:55:47 -0700 Subject: [PATCH 3/4] Update creating-an-effective-bug-report.md --- content/Blog/creating-an-effective-bug-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/Blog/creating-an-effective-bug-report.md b/content/Blog/creating-an-effective-bug-report.md index 5c397cd6..00da6e99 100644 --- a/content/Blog/creating-an-effective-bug-report.md +++ b/content/Blog/creating-an-effective-bug-report.md @@ -5,7 +5,7 @@ type: posts tags: - Web Development - Coding - - devto + - DevTo techfeatured: true images: - /images/bernie.jpg From d48458e29932fe524eaec7ae8e07d2aa8f18dff6 Mon Sep 17 00:00:00 2001 From: Duncan Mackenzie Date: Wed, 15 May 2024 14:56:07 -0700 Subject: [PATCH 4/4] Update a-defensive-approach-to-engineering-quality.md --- content/Blog/a-defensive-approach-to-engineering-quality.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/Blog/a-defensive-approach-to-engineering-quality.md b/content/Blog/a-defensive-approach-to-engineering-quality.md index bc1c7cec..61a89244 100644 --- a/content/Blog/a-defensive-approach-to-engineering-quality.md +++ b/content/Blog/a-defensive-approach-to-engineering-quality.md @@ -7,7 +7,7 @@ tags: - Coding - Software Management - Engineering Management - - devto + - DevTo techfeatured: true description: One of the most important ways I can contribute to the quality of our sites is by saying no. ---