mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-07 07:15:36 -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>
|
||||
Reference in New Issue
Block a user