mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Move http-equiv tags above title
This commit is contained in:
parent
55f07242ac
commit
87d7171424
1 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,8 @@ layout: minify
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="content-security-policy" content="default-src 'none'; font-src data:; img-src 'self'; manifest-src 'self'; style-src 'unsafe-inline'; upgrade-insecure-requests">
|
||||
<meta http-equiv="x-frame-options" content="deny">
|
||||
<meta charset="utf-8">
|
||||
<title>
|
||||
{% if page.title %}
|
||||
|
@ -14,8 +16,6 @@ layout: minify
|
|||
- Free OP | Anarchy | Creative
|
||||
{% endif %}
|
||||
</title>
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; font-src data:; img-src 'self'; manifest-src 'self'; style-src 'unsafe-inline'; upgrade-insecure-requests">
|
||||
<meta http-equiv="X-Frame-Options" content="deny">
|
||||
<meta name="description" content="{{ site.description }}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="canonical" href="{{ site.url }}{{ page.url | replace:'/index.html','/' }}">
|
||||
|
|
Loading…
Reference in a new issue