Skip to content

Commit

Permalink
Add USWDS assets
Browse files Browse the repository at this point in the history
  • Loading branch information
mejiaj committed Mar 13, 2024
1 parent f01c191 commit ab24dbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="{{ '/assets/css/open-props.css'| url }}">
<link rel="stylesheet" href="{{ '/assets/uswds/css/styles.css'| url }}">
<link rel="stylesheet" href="{{ '/assets/css/styles.css'| url }}">

<script src="{{ '/assets/uswds/js/uswds-init.min.js' | url }}"></script>
</head>
2 changes: 2 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@
{% include "head.html" %}
<body class="{{ page.body }}">
{{ content }}

<script src="{{ '/assets/uswds/js/uswds.min.js' | url }}"></script>
</body>
</html>

0 comments on commit ab24dbe

Please sign in to comment.