10 lines
180 B
HTML
10 lines
180 B
HTML
|
<footer>
|
||
|
{{ partial "foot_custom.html" . }}
|
||
|
{{ with .Site.Params.footer }}
|
||
|
<hr/>
|
||
|
{{ replace . "{Year}" now.Year | markdownify}}
|
||
|
{{ end }}
|
||
|
</footer>
|
||
|
</body>
|
||
|
</html>
|