mirror of
https://github.com/knadh/listmonk.git
synced 2025-03-01 16:55:26 +08:00
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.
6 lines
No EOL
121 B
HTML
6 lines
No EOL
121 B
HTML
{{ partial "header" . }}
|
|
<article class="page">
|
|
<h1>{{ .Title }}</h1>
|
|
{{ .Content }}
|
|
</article>
|
|
{{ partial "footer" }} |