Skip to content

Commit

Permalink
Merge pull request #176 from GSA-TTS/175-fixes
Browse files Browse the repository at this point in the history
175 fixes
  • Loading branch information
wesley-dean-gsa authored Aug 26, 2024
2 parents 8b3226d + 9f57d8b commit 7c41134
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 11 deletions.
12 changes: 6 additions & 6 deletions _data/assetPaths.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"admin.js": "/assets/js/admin-FRDUYGSL.js",
"admin.map": "/assets/js/admin-FRDUYGSL.js.map",
"app.js": "/assets/js/app-SDZ4ULFW.js",
"app.map": "/assets/js/app-SDZ4ULFW.js.map",
"admin.js": "/assets/js/admin-RJYP54EU.js",
"admin.map": "/assets/js/admin-RJYP54EU.js.map",
"app.js": "/assets/js/app-XFKDNIAK.js",
"app.map": "/assets/js/app-XFKDNIAK.js.map",
"uswds.js": "/assets/js/uswds-init.js",
"styles.css": "/assets/styles/styles-J5DQM6RN.css",
"styles.map": "/assets/styles/styles-J5DQM6RN.css.map"
"styles.css": "/assets/styles/styles-ZVXT7TJI.css",
"styles.map": "/assets/styles/styles-ZVXT7TJI.css.map"
}
3 changes: 1 addition & 2 deletions _data/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ primary_navigation:
url: "/services/platforms/"
- name: People
url: "/services/people/"

# secondary_navigation:
# - name: Secondary link
# url: "#main-content"
Expand All @@ -100,7 +99,7 @@ primary_navigation:
# 1. Create an account with Search.gov https://search.usa.gov/signup
# 2. Add a new site.
# 3. Add your site/affiliate name here.
searchgov: "foobar"
# searchgov: "foobar"
# Only change this if you're using a CNAME. Learn more here: https://search.gov/manual/cname.html
# endpoint: https://search.usa.gov

Expand Down
1 change: 0 additions & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<span class="usa-banner__button-text">Here's how you know</span>
</button>
</div>
{% include "language-switcher.html" %}
</div>
</section>
<div class="usa-banner__content usa-accordion__content" id="gov-banner">
Expand Down
4 changes: 2 additions & 2 deletions _includes/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
</li>
{% endfor %}
</ul> -->
<!-- {% include "searchgov/form.html" searchgov: site.searchgov %} -->

{% comment %}
This will redirect the results to /search template which will handle the js loading
Expand All @@ -87,6 +86,7 @@
</form>
{% endif %}

{% comment %}
<section aria-label="Small search component">
<form class="usa-search usa-search--small" role="search">
<label class="usa-sr-only" for="search-field-en-small">Search</label>
Expand All @@ -101,7 +101,7 @@
</button>
</form>
</section>

{% endcomment %}
{% include "searchgov/form.html" searchgov: site.searchgov %}
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# 7. Synchronize job postings from talent repo

Date: 2024-08-23

## Status

Accepted

## Context

Job postings from the
[Talent team repository](https://github.com/18F/join.tts.gsa.gov) need to
be posted on the new TTS website. The best case outcome would minimize
redundancy (i.e., duplicate postings, duplicate files, etc.), rework,
and training.

## Decision

A tool will synchronize job posting content in the Talent team repository
to the TTS website repository.

## Consequences

Job content will need to be edited in one place that the TTS Talent
team manages. Local changes to the TTS website repository's directory
for job postings will be overwritten when the synchronization
happens. This includes any modification performed by linters
(e.g., prettier).

0 comments on commit 7c41134

Please sign in to comment.