mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-06 23:15:32 -06:00
configure
This commit is contained in:
13
_layouts/default.html
Normal file
13
_layouts/default.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{% include head.html %}
|
||||
</head>
|
||||
<body>
|
||||
{% include nav.html %}
|
||||
<div id="skrollr-body">
|
||||
{{ content }}
|
||||
</div>
|
||||
{% include scripts.html %}
|
||||
</body>
|
||||
</html>
|
||||
10
_layouts/not_found.html
Normal file
10
_layouts/not_found.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{% include head.html %}
|
||||
</head>
|
||||
<body class="four-oh-four">
|
||||
{{ content }}
|
||||
{% include scripts.html %}
|
||||
</body>
|
||||
</html>
|
||||
9
_layouts/post.html
Normal file
9
_layouts/post.html
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
<h2>{{ page.title }}</h2>
|
||||
<p class="meta">{{ page.date | date_to_string }}</p>
|
||||
|
||||
<div class="post">
|
||||
{{ content }}
|
||||
</div>
|
||||
Reference in New Issue
Block a user