add test template
This commit is contained in:
parent
2e3509de0e
commit
27b5cc11af
2 changed files with 16 additions and 0 deletions
11
_includes/base.njk
Normal file
11
_includes/base.njk
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>{% if title %} {{ title }} | yukinets {% else %} yukinets {% endif %}</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
{{ content | safe }}
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
5
index.md
Normal file
5
index.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
layout: base
|
||||||
|
title: home
|
||||||
|
---
|
||||||
|
goodbye...
|
||||||
Loading…
Add table
Reference in a new issue