Handling subdir assets
This commit is contained in:
parent
b33c35db27
commit
5b75dd84f4
5 changed files with 13 additions and 5 deletions
|
|
@ -48,4 +48,4 @@
|
|||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
<script src="../scripts/feed.js"></script>
|
||||
<script src="{assets('feed.js', 'scripts')"></script>
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<script src="./scripts/navbar.js"></script>
|
||||
<script src="{assets('navbar.js', 'scripts')}"></script>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Trending - TikTok</title>
|
||||
<link rel="stylesheet" href="https://unpkg.com/bulmaswatch/superhero/bulmaswatch.min.css">
|
||||
<link rel="stylesheet" href="../styles/feed.css">
|
||||
<link rel="stylesheet" href="{assets('feed.css', 'styles')">
|
||||
</head>
|
||||
<body>
|
||||
{include 'navbar.latte'}
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>{$feed->info->detail->user->nickname} - TikTok</title>
|
||||
<link rel="stylesheet" href="https://unpkg.com/bulmaswatch/superhero/bulmaswatch.min.css">
|
||||
<link rel="stylesheet" href="../styles/feed.css">
|
||||
<link rel="stylesheet" href="{assets('feed.css', 'styles')">
|
||||
</head>
|
||||
<body>
|
||||
{include 'navbar.latte'}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue