Fixing malformed syntax

This commit is contained in:
Pablo Ferreiro 2022-01-03 14:20:52 +01:00
parent 4eb75f6f25
commit 5c780c0b6b
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
2 changed files with 2 additions and 2 deletions

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'}

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'}