listmonk/docs/site/layouts/page/single.html
Kailash Nadh 684c15a404
Add static Hugo website and mkdocs documentation to docs directory. (#1261)
This commit merges the static website and docs that was on
https://github.com/knadh/listmonk-site repository into the main
listmonk repo.

It also adds a GitHub Actions workflow to public the sites on GitHub
Pages instead of Netlify.
2023-03-26 00:51:20 +05:30

6 lines
No EOL
121 B
HTML

{{ partial "header" . }}
<article class="page">
<h1>{{ .Title }}</h1>
{{ .Content }}
</article>
{{ partial "footer" }}