add test template

This commit is contained in:
yuki 2025-03-27 05:40:40 -03:00
parent 2e3509de0e
commit 27b5cc11af
Signed by: yuki
GPG key ID: 0C98E6FF04EC3915
2 changed files with 16 additions and 0 deletions

11
_includes/base.njk Normal file
View 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
View file

@ -0,0 +1,5 @@
---
layout: base
title: home
---
goodbye...