mirror of
https://github.com/lloeki/presence.git
synced 2025-12-06 08:54:39 +01:00
Add layout
This commit is contained in:
parent
7e8af83685
commit
6a06e8b308
2 changed files with 16 additions and 11 deletions
10
_layouts/default.html
Normal file
10
_layouts/default.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ page.title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
{{ content }}
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue