test
This commit is contained in:
parent
fe345872b6
commit
1489848240
|
@ -1,3 +1,3 @@
|
|||
User-agent: *
|
||||
Allow: /$
|
||||
Disallow: *
|
||||
|
||||
|
|
|
@ -3,15 +3,12 @@
|
|||
|
||||
<head>
|
||||
<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 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/hint.css' rel='stylesheet' type='text/css'>
|
||||
<link href='{{ sitepath }}static/images/favicon.gif' rel='icon' type='image/gif'>
|
||||
{% block head %}{% endblock %}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue