Skip to content

Commit

Permalink
Merge branch 'main' into 099-megalinter
Browse files Browse the repository at this point in the history
  • Loading branch information
wesley-dean-gsa authored Jul 31, 2024
2 parents 8db3d45 + 16efedd commit 8d967fb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ const { imageShortcode, imageWithClassShortcode } = require('./config');
module.exports = function (config) {
// Set pathPrefix for site
let pathPrefix = '/';

// Copy the `admin` folders to the output
config.addPassthroughCopy('admin');

// for #80 (update site favicon)
// copy files from `_img/favicon/` to `_site/`
config.addPassthroughCopy({ "_img/favicon/favicon.ico": "/assets/favicon.ico" });

// Copy USWDS init JS so we can load it in HEAD to prevent banner flashing
config.addPassthroughCopy({'./node_modules/@uswds/uswds/dist/js/uswds-init.js': 'assets/js/uswds-init.js'});

Expand Down
6 changes: 3 additions & 3 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

As a work of the [United States government](https://www.usa.gov/), this project is in the public domain within the United States of America.

Additionally, we waive copyright and related rights in the work worldwide through the CC0 1.0 Universal public domain dedication.
Additionally, we waive copyright and related rights in the work worldwide through the CC0-1.0 Universal public domain dedication.

## CC0 1.0 Universal Summary
## CC0-1.0 Universal Summary

This is a human-readable summary of the [Legal Code (read the full text)](https://creativecommons.org/publicdomain/zero/1.0/legalcode).

Expand All @@ -16,6 +16,6 @@ You can copy, modify, distribute, and perform the work, even for commercial purp

### Other Information

In no way are the patent or trademark rights of any person affected by CC0, nor are the rights that other persons may have in the work or in how the work is used, such as publicity or privacy rights.
In no way are the patent or trademark rights of any person affected by CC0-1.0, nor are the rights that other persons may have in the work or in how the work is used, such as publicity or privacy rights.

Unless expressly stated otherwise, the person who associated a work with this deed makes no warranties about the work, and disclaims liability for all uses of the work, to the fullest extent permitted by applicable law. When using or citing the work, you should not imply endorsement by the author or the affirmer.
Binary file added _img/favicon/favicon.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions _includes/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@
================================================== -->
<link rel="preload" as="style" href="{{ assetPaths['styles.css'] }}" />
<link rel="stylesheet" href="{{ assetPaths['styles.css'] }}" type="text/css" />

<!-- favicon -->
<link rel="icon" href="{{ '/assets/favicon.ico' | url }}" sizes="any" />
</head>

0 comments on commit 8d967fb

Please sign in to comment.