diff --git a/content/about/contribute.md b/content/about/contribute.md index ff0060cf2d..2a79d995db 100644 --- a/content/about/contribute.md +++ b/content/about/contribute.md @@ -25,7 +25,7 @@ We welcome ideas and expertise from folks across all levels of experience. You m ### 2. Make sure your contribution aligns with our users’ needs. -Not sure what to share? Digital.gov focuses on creating content with direct and actionable connections to digital services. We are looking for ideas that will help generalists, technologists, and teams in the federal government create world-class digital experiences. +Not sure what to share? Digital.gov focuses on creating content with direct and actionable connections to digital services. We are looking for ideas that will help generalists, technologists, and teams in the federal government create world-class digital experiences. You can find examples of recent case studies and stories in our [blogs](https://digital.gov/news/) and on our [resource](https://digital.gov/resources/) pages. If you’re interested in pitching an event, check out our [video archive of past events](https://youtube.com/@DigitalGov). diff --git a/content/resources/requirements-for-transforming-federal-customer-experience-and-service-delivery.md b/content/resources/requirements-for-transforming-federal-customer-experience-and-service-delivery.md index 1f0c816579..b809feb221 100644 --- a/content/resources/requirements-for-transforming-federal-customer-experience-and-service-delivery.md +++ b/content/resources/requirements-for-transforming-federal-customer-experience-and-service-delivery.md @@ -57,7 +57,7 @@ In 2023, the Office of Management and Budget (OMB) updated [OMB Circular A-11 Se This update simplified structures for transaction surveys and data collection, and outlined leading practices for effective management of customer experience. It also identified connections between customer research efforts and the [Paperwork Reduction Act](https://pra.digital.gov/), and additional detail on the collection of digital [analytics](https://digital.gov/topics/analytics/) data to augment transactional surveys. -OMB’s policy guidance in OMB Circular A-11 Section 280: Managing Customer Experience and Improving Service Delivery says, “All agencies should apply the guidance provided in this section for annual customer experience management and planning, as well as the design of feedback surveys and measurement strategies for the performance of [f]ederal services.” +OMB’s policy guidance in OMB Circular A-11 Section 280: Managing Customer Experience and Improving Service Delivery says, “All agencies should apply the guidance provided in this section for annual customer experience management and planning, as well as the design of feedback surveys and measurement strategies for the performance of [f]ederal services.” {{< ring title="OMB Circular A-11">}} [Explore OMB Circular A-11 Section 280: Managing Customer Experience and Service Delivery (PDF, 376 KB, 14 pages)](https://www.whitehouse.gov/wp-content/uploads/2018/06/s280.pdf) diff --git a/themes/digital.gov/layouts/communities/single.html b/themes/digital.gov/layouts/communities/single.html index 29edb86b3e..d13f1f6b4d 100644 --- a/themes/digital.gov/layouts/communities/single.html +++ b/themes/digital.gov/layouts/communities/single.html @@ -33,7 +33,9 @@

Connect with us

- Employees and contractors of federal, state, local, tribal, and territorial governments are eligible to join our communities. + Employees and contractors of federal, state, local, + tribal, and territorial governments are eligible to join + our communities.

Select "{{ $community_join_copy }}," then a form will ask diff --git a/themes/digital.gov/layouts/partials/api/author-profile.html b/themes/digital.gov/layouts/partials/api/author-profile.html index 36dfc954ad..911b9b5bd1 100644 --- a/themes/digital.gov/layouts/partials/api/author-profile.html +++ b/themes/digital.gov/layouts/partials/api/author-profile.html @@ -2,7 +2,7 @@ "display_name" : "{{- .Params.display_name -}}", {{- end -}} {{- if .Params.first_name -}} - "first_name" : "{{- .Params.first_name -}}", + "first_name" : "{{- .Params.first_name -}}", {{- end -}} {{- if .Params.last_name -}} "last_name" : "{{- .Params.last_name -}}", diff --git a/themes/digital.gov/layouts/partials/api/community-info.html b/themes/digital.gov/layouts/partials/api/community-info.html index 260df8a141..f264ed4c6d 100644 --- a/themes/digital.gov/layouts/partials/api/community-info.html +++ b/themes/digital.gov/layouts/partials/api/community-info.html @@ -2,7 +2,7 @@ "dg_highlight" : "{{- .Params.dg_highlight -}}", {{- end -}} {{- if .Params.dg_shortname -}} - "dg_shortname" : "{{- .Params.dg_shortname -}}", + "dg_shortname" : "{{- .Params.dg_shortname -}}", {{- end -}} {{- if .Params.dg_acronym -}} "dg_acronym" : "{{- .Params.dg_acronym -}}", diff --git a/themes/digital.gov/layouts/partials/api/community-members.html b/themes/digital.gov/layouts/partials/api/community-members.html index 36514e6024..21075ac644 100644 --- a/themes/digital.gov/layouts/partials/api/community-members.html +++ b/themes/digital.gov/layouts/partials/api/community-members.html @@ -1,7 +1,7 @@ {{- if (isset .Params "community_list") -}} {{- $community_lists := .Params.community_list -}} {{- range $community_lists -}} - "member_count" : "{{- .members -}}", - "subscribe_email_subject" : "{{- .subscribe_email_subject -}}", + "member_count" : "{{- .members -}}", "subscribe_email_subject" : + "{{- .subscribe_email_subject -}}", {{- end -}} {{- end -}} diff --git a/themes/digital.gov/layouts/partials/api/community_lists.html b/themes/digital.gov/layouts/partials/api/community_lists.html index 8d38834b10..df0724d657 100644 --- a/themes/digital.gov/layouts/partials/api/community_lists.html +++ b/themes/digital.gov/layouts/partials/api/community_lists.html @@ -15,12 +15,12 @@ {{/* Set the count for this community_list to 1 */}} {{- $.Scratch.Set "sub_count" 1 -}} - "members" : "{{- $list.members -}}", - "subscribe_email_subject" : "{{- $list.subscribe_email_subject -}}" + "members" : "{{- $list.members -}}", "subscribe_email_subject" : + "{{- $list.subscribe_email_subject -}}" {{/* Loop through the elements in this community_list */}} {{- if eq $count $length -}} - } + } {{- else -}} , {{- end -}}{{- $.Scratch.Add "count" 1 -}} diff --git a/themes/digital.gov/layouts/partials/api/topics.html b/themes/digital.gov/layouts/partials/api/topics.html index 593570afdf..bb8ea61a9f 100644 --- a/themes/digital.gov/layouts/partials/api/topics.html +++ b/themes/digital.gov/layouts/partials/api/topics.html @@ -5,7 +5,7 @@ {{- $topicLinks := slice -}} {{- range $i, $slug := sort $topics -}} {{- with $.Site.GetPage (printf "/%s/%s" $taxonomy $slug) -}} - {{- $topicLinks = $topicLinks | append (printf "%s" $slug) -}} + {{- $topicLinks = $topicLinks | append (printf "%s" $slug) -}} {{- end -}} {{- end -}} {{- $topicsJSON := $topicLinks | jsonify -}} diff --git a/themes/digital.gov/layouts/shortcodes/api-authors.html b/themes/digital.gov/layouts/shortcodes/api-authors.html index dd10c36ae8..242e059f04 100644 --- a/themes/digital.gov/layouts/shortcodes/api-authors.html +++ b/themes/digital.gov/layouts/shortcodes/api-authors.html @@ -18,10 +18,10 @@ {{ range $index, $author := $list -}} {{ with $author }} { - {{- partial "api/author-profile.html" . -}} - {{- partial "api/metadata.html" . -}} - {{- partial "api/aliases.html" . -}} - {{- partial "api/slug.html" . -}} + {{- partial "api/author-profile.html" . -}} + {{- partial "api/metadata.html" . -}} + {{- partial "api/aliases.html" . -}} + {{- partial "api/slug.html" . -}} } {{- $.Scratch.Add "i" 1 -}} {{- $iterator := $.Scratch.Get "i" -}} diff --git a/themes/digital.gov/layouts/shortcodes/api-topics.html b/themes/digital.gov/layouts/shortcodes/api-topics.html index 9305232540..ab8622ffdd 100644 --- a/themes/digital.gov/layouts/shortcodes/api-topics.html +++ b/themes/digital.gov/layouts/shortcodes/api-topics.html @@ -12,8 +12,8 @@ {{ else }} {{ $path = .Path }} {{ end }} - "title" : "{{- .Title -}}", - "summary" : "{{- replace .Params.summary "\n" "\\n" -}}", + "title" : "{{- .Title -}}", "summary" : + "{{- replace .Params.summary "\n" "\\n" -}}", {{- partial "api/aliases.html" . -}} {{- if .Params.weight -}} "weight" : "{{- .Params.weight -}}", @@ -27,4 +27,4 @@ {{- end -}} {{- end -}} -] } \ No newline at end of file +] } diff --git a/themes/digital.gov/src/scss/new/shortcodes/_note.scss b/themes/digital.gov/src/scss/new/shortcodes/_note.scss index 791c10f0fd..b6b5c38aab 100644 --- a/themes/digital.gov/src/scss/new/shortcodes/_note.scss +++ b/themes/digital.gov/src/scss/new/shortcodes/_note.scss @@ -56,7 +56,7 @@ margin-bottom: units(0.5); } } - + // For notes within list items li .note { @include u-padding-y("05");