deno-deploy-example/index.njk
2022-02-10 10:40:40 +01:00

13 lines
267 B
Text

---
title: Welcome to my page
---
<html>
<head>
<title>{{ title }}</title>
</head>
<body>
<h1>{{ title }}</h1>
<p>This is an example of a static site generated by <a href="https://lumeland.github.io/">Lume</a> on Deno Deploy.</p>
</body>
</html>