mirror of
https://github.com/pablouser1/ProxiTok.git
synced 2024-12-06 19:27:30 +01:00
Fixing malformed syntax
This commit is contained in:
@@ -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'}
|
||||
|
||||
+1
-1
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user