mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
update code comment
This commit is contained in:
parent
69db8a1d15
commit
60a724622d
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{% if page.title == 'Home' %}
|
||||
|
||||
<!--HeadPart for HOMEPAGE-->
|
||||
<!-- HeadPart for HOMEPAGE -->
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
@ -21,11 +21,11 @@
|
|||
<link rel="stylesheet" href="./lib/css/article.css" />
|
||||
<!-- /CUSTOM CSS -->
|
||||
</head>
|
||||
<!--/HeadPart for HOMEPAGE-->
|
||||
<!-- /HeadPart for HOMEPAGE -->
|
||||
|
||||
{% elsif page.layout == 'default' %}
|
||||
|
||||
<!--HeadPart for DefaultLayoutsPages-->
|
||||
<!-- HeadPart for DefaultLayoutsPages -->
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||
|
|
Loading…
Add table
Reference in a new issue