Fixing malformed syntax
This commit is contained in:
parent
4eb75f6f25
commit
5c780c0b6b
|
@ -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="{assets('feed.css', 'styles')">
|
||||
<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="{assets('feed.css', 'styles')">
|
||||
<link rel="stylesheet" href="{assets('feed.css', 'styles')}">
|
||||
</head>
|
||||
<body>
|
||||
{include 'navbar.latte'}
|
||||
|
|
Loading…
Reference in a new issue