Init Commit

Start following the GitFLow
This commit is contained in:
Nikolai Rodionov
2023-02-17 15:19:49 +01:00
commit 8c825f7c84
50 changed files with 4153 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<ul>
{{ range .Data.Pages }}
<li>
<a href="{{.RelPermalink}}">{{ .Title }}</a>
</li>
{{ end }}
</ul>