2017-06-16 07:06:16 +03:00
|
|
|
<footer>
|
|
|
|
{{ partial "foot_custom.html" . }}
|
2017-06-17 06:54:36 +03:00
|
|
|
{{ with .Site.Params.footer }}
|
2017-06-16 07:06:16 +03:00
|
|
|
<hr/>
|
2021-12-31 05:10:33 +02:00
|
|
|
{{ replace . "{Year}" now.Year | markdownify}}
|
2017-06-16 07:06:16 +03:00
|
|
|
{{ end }}
|
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|