Initial Commit
This commit is contained in:
9
themes/hugo-theme-relearn/layouts/_default/single.html
Normal file
9
themes/hugo-theme-relearn/layouts/_default/single.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{{- partial "header.html" . }}
|
||||
|
||||
{{ partial "content.html" . }}
|
||||
<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 }}
|
||||
{{- end }}
|
||||
</footer>
|
||||
{{- partial "footer.html" . }}
|
||||
Reference in New Issue
Block a user