first commit

This commit is contained in:
momen
2021-10-21 14:08:00 +08:00
commit fad7ee01e0
342 changed files with 20379 additions and 0 deletions
@@ -0,0 +1,12 @@
{{ partial "header.html" . }}
{{ .Content }}
<footer class="footline">
{{with .Params.LastModifierDisplayName}}
<i class='fas fa-user'></i> <a href="mailto:{{ $.Params.LastModifierEmail }}">{{ . }}</a> {{with $.Date}} <i class='fas fa-calendar'></i> {{ .Format "02/01/2006" }}{{end}}
</div>
{{end}}
</footer>
{{ partial "footer.html" . }}