Skip to content

Commit

Permalink
fixed missing s in asset reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sigdestad committed Dec 20, 2023
1 parent 3475ed8 commit 2916795
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/site/layouts/two-columns/two-columns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ export function get(): Response {
pageContributions: {

headEnd: [
`<link rel="stylesheet" href="${assetUrl({ path: 'styles/two-column.css' })}" type="text/css" />`
`<link rel="stylesheet" href="${assetUrl({ path: 'styles/two-columns.css' })}" type="text/css" />`
]
}
};


return response;
}

0 comments on commit 2916795

Please sign in to comment.