cleaning up some serious shieeet
This commit is contained in:
parent
08624a4566
commit
9a4285bd8c
23 changed files with 60 additions and 281 deletions
|
|
@ -1,22 +1,18 @@
|
|||
---
|
||||
---
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
{% include base.html %}
|
||||
<meta name="dc.date.modified" scheme="ISO8601" content="{{ site.time | date_to_xmlschema }}" />
|
||||
<meta charset="utf-8" />
|
||||
<meta name="robots" content="no-index"/>
|
||||
<link rel="stylesheet" href="{{ base }}/assets/css/style2014.css" />
|
||||
<link rel="shortcut icon" href="{{ base }}/assets/img/mininewskoolLOGO.png" type="image/png" />
|
||||
<title>Sakrecoer - {{ page.title }}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||
<link rel="apple-touch-icon" href="{{ site.baseurl }}/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="{{ site.baseurl }}/touch-icon.png" sizes="192x192">
|
||||
<link rel="shortcut icon" href="{{ site.baseurl }}/favicon.png" type="image/png" />
|
||||
{% if page.url == '/' %}<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/frontpage.css" />{% else %}<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style2014.css" />{% endif %}
|
||||
{% include seo.html %}
|
||||
|
||||
</head>
|
||||
<body id="{{ page.title }}">
|
||||
<div class="image-fullscreen" style="background-image:url('{{ base }}{{ page.bgimg }}')"></div>
|
||||
|
||||
<div id="content">{{ content }}</div>
|
||||
|
||||
<body>
|
||||
{{ content }}
|
||||
{% include navmenu.html %}
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue