[Modified] SEO Canonical Tag Added

This commit is contained in:
kananinirav
2022-11-19 23:15:47 +09:00
parent 234d6ef04c
commit 942c486431

View File

@@ -10,6 +10,7 @@
<meta name="theme-color" content="#157878"> <meta name="theme-color" content="#157878">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}"> <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<link rel="canonical" href="{{ page.url | absolute_url }}" />
{% include head-custom.html %} {% include head-custom.html %}
</head> </head>
<body> <body>