Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make "Previous post / Next post" sentence case and add tags to selected posts #4162

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions content/posts/2024-10-21-18f-folks.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ 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:
- 18f
- how we work
- user-centered design
- design
---

Serving America’s diverse population is central to 18F’s mission. To help us
Expand Down
4 changes: 4 additions & 0 deletions content/posts/2024-12-5-18f-project-defaults.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}).
Expand Down
4 changes: 2 additions & 2 deletions templates/adjacent_page_links.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
>
<h2 class="post-pagination__heading">
{% include "svg/icons/arrow-left.svg" %}
Previous Post
Previous post
</h2>
<p class="measure-1 text-bold text-primary-darkest">{{ previous.data.title }}</p>
</a>
Expand All @@ -24,7 +24,7 @@ <h2 class="post-pagination__heading">
class="text-no-underline post-pagination__link"
>
<h2 class="post-pagination__heading">
Next Post
Next post
{% include "svg/icons/arrow-right.svg" %}
</h2>
<p class="measure-1 float-right text-bold text-primary-darkest text-right">{{ next.data.title }}</p>
Expand Down
Loading