Fixing malformed syntax

This commit is contained in:
Pablo Ferreiro
2022-01-03 14:20:52 +01:00
parent 4eb75f6f25
commit 5c780c0b6b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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'}