fork and modify dockerfile for prod
This commit is contained in:
18
_layouts/page.html
Normal file
18
_layouts/page.html
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
layout: compress
|
||||
---
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
{%include meta.html%}
|
||||
</head>
|
||||
|
||||
<body class="w-screen h-screen min-h-screen">
|
||||
<div class="w-full h-full p-2.5 text-9xl text-center font-black mx-auto grid place-content-center">
|
||||
{{content}}
|
||||
</div>
|
||||
</body>
|
||||
{%include analytics.html%}
|
||||
</html>
|
||||
Reference in New Issue
Block a user