File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/resources/projects/website/templates Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const isWide = toolCount > 2; %>
4141 < / ul>
4242 < / div>
4343 < % } else { % >
44- < a href= " <%- tool.href %>" < %- tool .rel ? ` rel="${ tool .rel } "` : " " % > title= " <%- tool.text %>" class = " quarto-navigation-tool px-1" aria- label= " <%- tool['aria-label'] || tool.text %>" < %= tool .target ? ` target="${ tool .target } "` : " " % >> < i class = " bi bi-<%- tool.icon %>" >< / i>< / a>
44+ < a href= " <%- tool.href %>" < %= tool .rel ? ` rel="${ tool .rel } "` : " " % > title= " <%- tool.text %>" class = " quarto-navigation-tool px-1" aria- label= " <%- tool['aria-label'] || tool.text %>" < %= tool .target ? ` target="${ tool .target } "` : " " % >> < i class = " bi bi-<%- tool.icon %>" >< / i>< / a>
4545 < % } % >
4646< % }) %>
4747
Original file line number Diff line number Diff line change 33 *
44 * Copyright (C) 2020-2022 Posit Software, PBC
55 */
6- import { docs , siteOutputForInput } from "../../utils.ts" ;
6+ import { docs , projectOutputForInput } from "../../utils.ts" ;
77import { ensureFileRegexMatches } from "../../verify.ts" ;
88import { testSite } from "./site.ts" ;
99
1010testSite (
1111 docs ( "websites/issue-5756/index.qmd" ) ,
12- docs ( "websites/issue-5756/index.qmd " ) ,
12+ docs ( "websites/issue-5756" ) ,
1313 [ ] ,
1414 [ ] ,
1515 ensureFileRegexMatches (
16- siteOutputForInput ( docs ( "websites/issue-5756/index.qmd" ) )
16+ projectOutputForInput ( docs ( "websites/issue-5756/index.qmd" ) )
1717 . outputPath ,
1818 [ 'rel="me"' ] ,
1919 [ ] ,
You can’t perform that action at this time.
0 commit comments