refine the indentation of the script tag

This commit is contained in:
jinhojang6 2019-11-16 11:39:29 +09:00
parent 3fbf581f31
commit 8602ebd4ec
No known key found for this signature in database
GPG Key ID: BEA7325C020718BF
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@
<title>{% if page.title %}{{ page.title }} | {% endif %}{{ config.title }}</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript">
<script type="text/javascript">
document.write("<base href='http://" + document.location.host + "' />");
</script>
</script>
<!-- Canonical links -->
<link rel="canonical" href="{{ url }}">
<!-- Alternative links -->