From e4ada013b4cb5d581034b762ee1a20eb2a49be33 Mon Sep 17 00:00:00 2001 From: Michelle Rago <60157596+michelle-rago@users.noreply.github.com> Date: Tue, 7 Jan 2025 14:04:27 -0500 Subject: [PATCH 1/6] Sentence case changes --- templates/adjacent_page_links.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/adjacent_page_links.html b/templates/adjacent_page_links.html index e85deb8d4..df7b8f843 100644 --- a/templates/adjacent_page_links.html +++ b/templates/adjacent_page_links.html @@ -12,7 +12,7 @@ >

{% include "svg/icons/arrow-left.svg" %} - Previous Post + Previous post

{{ previous.data.title }}

@@ -24,7 +24,7 @@

class="text-no-underline post-pagination__link" >

- Next Post + Next post {% include "svg/icons/arrow-right.svg" %}

{{ next.data.title }}

From 9db88084e589752e1b380b10a3c896d9a0c673fc Mon Sep 17 00:00:00 2001 From: Michelle Rago <60157596+michelle-rago@users.noreply.github.com> Date: Tue, 7 Jan 2025 14:27:05 -0500 Subject: [PATCH 2/6] Testing fix for issue with related posts --- templates/featured-posts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/featured-posts.html b/templates/featured-posts.html index 219a11cc8..bb8fc80d8 100644 --- a/templates/featured-posts.html +++ b/templates/featured-posts.html @@ -1,4 +1,4 @@ -{% if posts.size > 0 %} +{% if posts and posts.size > 0 %} {% if color_mode == "dark"%} {% assign border_color = "border-primary-lightest" %} {% assign text_color = "text-white" %} From 300efc391e0205fec1d06c1e85ca37bece088dfb Mon Sep 17 00:00:00 2001 From: Michelle Rago <60157596+michelle-rago@users.noreply.github.com> Date: Tue, 7 Jan 2025 14:35:55 -0500 Subject: [PATCH 3/6] Revert --- templates/featured-posts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/featured-posts.html b/templates/featured-posts.html index bb8fc80d8..219a11cc8 100644 --- a/templates/featured-posts.html +++ b/templates/featured-posts.html @@ -1,4 +1,4 @@ -{% if posts and posts.size > 0 %} +{% if posts.size > 0 %} {% if color_mode == "dark"%} {% assign border_color = "border-primary-lightest" %} {% assign text_color = "text-white" %} From f8fe9b259c40242f224c3df097df3689a2dfed28 Mon Sep 17 00:00:00 2001 From: Michelle Rago <60157596+michelle-rago@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:39:13 -0500 Subject: [PATCH 4/6] Add tags to blog post --- content/posts/2024-12-5-18f-project-defaults.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/posts/2024-12-5-18f-project-defaults.md b/content/posts/2024-12-5-18f-project-defaults.md index 1a124f96e..ba5021e37 100644 --- a/content/posts/2024-12-5-18f-project-defaults.md +++ b/content/posts/2024-12-5-18f-project-defaults.md @@ -5,6 +5,10 @@ authors: date: 2024-12-05 excerpt: > This year, 18F worked on 31 projects across government agencies. We want to share five templates we have adopted as defaults across our projects. +tags: + - 18f + - best practices + - how we work --- This year, 18F worked on 31 projects across government agencies. Our digital services projects ranged from [supporting the launch of the IRS Direct File Pilot]({{ "/2024/10/08/18f-year-of-launches/#:~:text=%F0%9F%9A%80%20IRS%20Direct%20File%20Pilot%20launch%20with%20the%20Internal%20Revenue%20Service%20and%20the%20U.S.%20Digital%20Service" | url }}), to [building the National Accuracy Clearinghouse with the U.S. Department of Agriculture]({{ "/2024/10/08/18f-year-of-launches/#national-accuracy-clearinghouse-launch-with-u-s-department-of-agriculture:~:text=%F0%9F%9A%80%20National%20Accuracy%20Clearinghouse%20launch%20with%20U.S.%20Department%20of%20Agriculture" | url }}) and [helping GSA’s Benefits studio launch Notify.gov]({{ "/2024/10/08/18f-year-of-launches/#notify-gov-launch-with-gsa-public-benefits-studio:~:text=%F0%9F%9A%80%20Notify.gov%20launch%20with%20GSA%20Public%20Benefits%20Studio" | url }}). From d63b8ae428a677023bd19f16c02fcd59e2e1d320 Mon Sep 17 00:00:00 2001 From: Michelle Rago <60157596+michelle-rago@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:41:48 -0500 Subject: [PATCH 5/6] Add tags to blog post --- content/posts/2024-10-21-18f-folks.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/posts/2024-10-21-18f-folks.md b/content/posts/2024-10-21-18f-folks.md index 4fe99dc6f..0f7ec36a5 100644 --- a/content/posts/2024-10-21-18f-folks.md +++ b/content/posts/2024-10-21-18f-folks.md @@ -8,6 +8,10 @@ excerpt: "we've adopted a new illustration style to capture a broad spectrum of human experiences" image: /assets/blog/18f-folks/blog_banner.jpg image_alt: "An illustration of five diverse individuals" +tags: +- how we work +- user-centered design +- design --- Serving America’s diverse population is central to 18F’s mission. To help us From a8d6ad87cd449e7c80c818dc4b582842c829680f Mon Sep 17 00:00:00 2001 From: Michelle Rago <60157596+michelle-rago@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:45:02 -0500 Subject: [PATCH 6/6] Update 2024-10-21-18f-folks.md --- content/posts/2024-10-21-18f-folks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/posts/2024-10-21-18f-folks.md b/content/posts/2024-10-21-18f-folks.md index 0f7ec36a5..d72e37613 100644 --- a/content/posts/2024-10-21-18f-folks.md +++ b/content/posts/2024-10-21-18f-folks.md @@ -9,6 +9,7 @@ of human experiences" image: /assets/blog/18f-folks/blog_banner.jpg image_alt: "An illustration of five diverse individuals" tags: +- 18f - how we work - user-centered design - design