use asseturl for css files

This commit is contained in:
HackerNCoder 2022-05-26 20:19:54 +01:00
parent d453a557cf
commit e77f710849
No known key found for this signature in database
GPG key ID: 569FFF33FF802E16

View file

@ -7,11 +7,11 @@
<title>{{ this.title }}</title> <title>{{ this.title }}</title>
<!--<link rel="icon" type="image/x-icon" href="{{ '/images/favicon.ico'|url }}" />--> <!--<link rel="icon" type="image/x-icon" href="{{ '/images/favicon.ico'|url }}" />-->
<!-- Font Awesome icons (free version)--> <!-- Font Awesome icons (free version)-->
<script src="{{ '/js/fontawesome.js'|url }}"></script> <script src="{{ '/js/fontawesome.js'|asseturl }}"></script>
<!-- Google fonts--> <!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet" /> <link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet" /> <link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)--> <!-- Core theme CSS (includes Bootstrap)-->
<link href="{{ '/css/styles.css'|url }}" rel="stylesheet" /> <link href="{{ '/css/styles.css'|asseturl }}" rel="stylesheet" />
</head> </head>
<body id="page-top"> <body id="page-top">