mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-02 22:36:21 -04:00
Use README.md as frontpage
This commit is contained in:
10
_layouts/default.html
Normal file
10
_layouts/default.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>{{ page.title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
{{ content }}
|
||||
</body>
|
||||
</html>
|
||||
4
_layouts/front.yml
Normal file
4
_layouts/front.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: opensourcepos
|
||||
layout: default
|
||||
---
|
||||
Reference in New Issue
Block a user