github.com/mweagle/Sparta@v1.15.0/docs_source/themes/hugo-theme-learn/layouts/_default/single.html (about)

     1  {{ partial "header.html" . }}
     2  
     3  {{ .Content }}
     4  
     5  <footer class="footline">
     6  	{{with .Params.LastModifierDisplayName}}
     7  	    <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}}
     8  	    </div>
     9  	{{end}}
    10  </footer>
    11  
    12  {{ partial "footer.html" . }}