File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ <h3 class="step">Remove the project styles CSS link from the page head.</h3>
3535 < div class ="editor ">
3636 < h4 class ="filename "> < span class ="material-icons " aria-hidden ="true "> description</ span > _includes/head.html</ h4 >
3737 < pre class ="blur "> ...
38- <link rel="stylesheet" href="{{ '/assets/css/open-props.css' | relative_url }}">
39- <link rel="stylesheet" href="{{ '/assets/uswds/css/styles.css' | relative_url }}"></ pre > < pre class ="remove ">
40- <link rel="stylesheet" href="{{ '/assets/css/styles.css' | relative_url }}"></ pre > < pre class ="blur ">
41- <script src="{{ '/assets/uswds/js/uswds-init.min.js' | relative_url }}"></script>
38+ <link rel="stylesheet" href="{{ '/assets/css/open-props.css' | url }}">
39+ <link rel="stylesheet" href="{{ '/assets/uswds/css/styles.css' | url }}"></ pre > < pre class ="remove ">
40+ <link rel="stylesheet" href="{{ '/assets/css/styles.css' | url }}"></ pre > < pre class ="blur ">
41+ <script src="{{ '/assets/uswds/js/uswds-init.min.js' | url }}"></script>
4242</ head > </ pre >
4343 </ div >
4444< p class ="step-description "> Save and close the file.</ p >
You can’t perform that action at this time.
0 commit comments