Skip to content

Commit

Permalink
added themed resources to Page.ss
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert van Lienden committed May 17, 2021
1 parent ecf5073 commit 4f1aff5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/Page.ss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" href="$ThemedResource('images/favicon.png')" />
<% require themedCSS('main') %>
</head>
<body class="flex-grow">
<% include Nav %>
Expand All @@ -23,5 +24,6 @@
</div>

<% include Footer %>
<% require themedJavascript('bundle.js') %>
</body>
</html>

0 comments on commit 4f1aff5

Please sign in to comment.