mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
remove false script head
i found a correct head file its basic.php on layout folder
This commit is contained in:
parent
0d6f973a8c
commit
50b1e507ae
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,3 @@
|
|||
<head>
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
|
||||
</head>
|
||||
<?php if (!defined('FOOTER_RENDERED')): ?>
|
||||
<?php define('FOOTER_RENDERED', true) ?>
|
||||
<div class="footer">
|
||||
|
@ -15,6 +12,8 @@
|
|||
<?php echo View::render('nav/_globalItems') ?>
|
||||
<div class="control-item no-label-desktop">
|
||||
<a href="https://shop.lbry.io" target="_blank"><span class="btn-label">LBRY Shop</span> <span class="icon-fw icon-shopping-cart"></span></a>
|
||||
</div>
|
||||
<div class="control-item no-label-desktop">
|
||||
<a href="https://t.me/lbryofficial" target="_blank"><span class="btn-label">Telegram</span> <i class="fab fa-telegram"></i></a>
|
||||
</div>
|
||||
<div class="control-item">
|
||||
|
|
Loading…
Add table
Reference in a new issue