mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 18:19:25 +00:00
Added font awesome scripts
This commit is contained in:
@@ -3,5 +3,6 @@
|
|||||||
{{> head title=title }}
|
{{> head title=title }}
|
||||||
<body>
|
<body>
|
||||||
{{{ body }}}
|
{{{ body }}}
|
||||||
|
{{> scripts }}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -5,9 +5,8 @@
|
|||||||
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
||||||
|
|
||||||
<!-- Google fonts -->
|
<!-- Google fonts -->
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel='preconnect' href='https://fonts.googleapis.com'>
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel='preconnect' href='https://fonts.gstatic.com' crossorigin>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap" rel="stylesheet">
|
|
||||||
|
|
||||||
<!-- Stylesheet -->
|
<!-- Stylesheet -->
|
||||||
<link rel='stylesheet' href='/css/main.css'>
|
<link rel='stylesheet' href='/css/main.css'>
|
||||||
|
|||||||
2
views/partials/scripts.hbs
Normal file
2
views/partials/scripts.hbs
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
<link href='https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap' rel='stylesheet'>
|
||||||
|
<script src='https://kit.fontawesome.com/057c85fce9.js' crossorigin='anonymous'></script>
|
||||||
Reference in New Issue
Block a user