This commit is contained in:
ZizzyDizzyMC 2021-02-10 22:07:41 -05:00
parent fe345872b6
commit 1489848240
2 changed files with 2 additions and 5 deletions

View File

@ -1,3 +1,3 @@
User-agent: * User-agent: *
Allow: /$ Allow: /$
Disallow: *

View File

@ -3,15 +3,12 @@
<head> <head>
<title>{% block title %}{{ sitename }}{% endblock %}</title> <title>{% block title %}{{ sitename }}{% endblock %}</title>
<meta name="title" content="{{ sitename }}">
<meta property="og:type" content="website">
<meta name="description" content="Just one put away.">
{% block head %}{% endblock %}
<meta charset='utf-8' content='text/html' http-equiv='content-type'> <meta charset='utf-8' content='text/html' http-equiv='content-type'>
<meta name='viewport' content='width=device-width, initial-scale=0.8'> <meta name='viewport' content='width=device-width, initial-scale=0.8'>
<link href='{{ sitepath }}static/css/linx.css?v=1' media='screen, projection' rel='stylesheet' type='text/css'> <link href='{{ sitepath }}static/css/linx.css?v=1' media='screen, projection' rel='stylesheet' type='text/css'>
<link href='{{ sitepath }}static/css/hint.css' rel='stylesheet' type='text/css'> <link href='{{ sitepath }}static/css/hint.css' rel='stylesheet' type='text/css'>
<link href='{{ sitepath }}static/images/favicon.gif' rel='icon' type='image/gif'> <link href='{{ sitepath }}static/images/favicon.gif' rel='icon' type='image/gif'>
{% block head %}{% endblock %}
</head> </head>
<body> <body>