update code comment

This commit is contained in:
Udit Patel 2020-07-04 21:01:56 +05:30 committed by GitHub
parent 69db8a1d15
commit 60a724622d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">