File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11GIT
22 remote: https://github.com/18F/uswds-jekyll.git
3- revision: feae6a47126a705876a48fad8775d5ca9a46fa33
3+ revision: 21fa897ceee0e130a3b7f50ea8056b26e3347ef7
44 specs:
55 uswds-jekyll (4.1.0 )
66 jekyll (~> 3.4 )
Original file line number Diff line number Diff line change @@ -4,3 +4,5 @@ type: extended
44
55secondary :
66 links : top
7+
8+ government_tld : .mil
Original file line number Diff line number Diff line change 99
1010( function ( ) {
1111
12- // This is super fragile, but otherwise the header reads like we're
13- // less official: "The .gov means it's official."
14- var govBanner = document . querySelector ( '.usa-banner-guidance-gov strong' ) ;
15- govBanner . innerText = govBanner . innerText . replace ( / \. g o v / , '.mil' ) ;
16-
1712 /**
1813 * Finds nodes based on the given selector, starting from the provided root
1914 * node (or the document). The nodes are returned in a real Array versus a
You can’t perform that action at this time.
0 commit comments