Skip to content

Commit

Permalink
Update README with new guidance regarding where the wdfnviz javascrip…
Browse files Browse the repository at this point in the history
…t should be loaded.
  • Loading branch information
mbucknell committed Mar 31, 2021
1 parent be983e4 commit c41a5d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ wdfnviz.main(load);


```
The javascript bundle that is created (which will contain your project specific javascript as well as the USWDS javascript) should be loaded inside the <body> tag. We recommend that this is done as the first tag in the body. The async attribute can be used.

Example html templates for the header and footer can be found here: ```src/templates```. To implement the header
and footers add the markup in those templates to your pages, adjusting the image url in the header.html template
Expand Down

0 comments on commit c41a5d5

Please sign in to comment.