Initial commit with current state + bundled
This commit is contained in:
parent
1b057a5554
commit
de10aad814
187 changed files with 6831 additions and 0 deletions
21
_layouts/plain.html
Normal file
21
_layouts/plain.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
---
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{% include base.html %}
|
||||
<meta name="dc.date.modified" scheme="ISO8601" content="{{ site.time | date_to_xmlschema }}" />
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="refresh" content="30;url=/">
|
||||
<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>
|
||||
|
||||
</head>
|
||||
<body id="{{ page.title }}">
|
||||
<div class="image-fullscreen" style="background-image:url('{{ page.bgimg }}')"></div>
|
||||
|
||||
<div id="content">{{ content }}</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue