Skip to content

Commit

Permalink
Fixed formatting updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-mon1 committed Dec 30, 2024
1 parent c44d46a commit 34a1805
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 19 deletions.
2 changes: 1 addition & 1 deletion content/about/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 3 additions & 1 deletion themes/digital.gov/layouts/communities/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ <h3>Connect with us</h3>
</div>
<div class="join-community-form__body">
<p>
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.
</p>
<p>
Select "{{ $community_join_copy }}," then a form will ask
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}",
Expand Down
Original file line number Diff line number Diff line change
@@ -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 -}}
6 changes: 3 additions & 3 deletions themes/digital.gov/layouts/partials/api/community_lists.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}
Expand Down
2 changes: 1 addition & 1 deletion themes/digital.gov/layouts/partials/api/topics.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}
Expand Down
8 changes: 4 additions & 4 deletions themes/digital.gov/layouts/shortcodes/api-authors.html
Original file line number Diff line number Diff line change
Expand Up @@ -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" -}}
Expand Down
6 changes: 3 additions & 3 deletions themes/digital.gov/layouts/shortcodes/api-topics.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}",
Expand All @@ -27,4 +27,4 @@

{{- end -}}
{{- end -}}
] }
] }
2 changes: 1 addition & 1 deletion themes/digital.gov/src/scss/new/shortcodes/_note.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
margin-bottom: units(0.5);
}
}

// For notes within list items
li .note {
@include u-padding-y("05");
Expand Down

0 comments on commit 34a1805

Please sign in to comment.