some changes to themes
This commit is contained in:
parent
26c526e433
commit
8237b6aa19
51 changed files with 852 additions and 12 deletions
9
themes/fzmin2/layouts/partials/footer.html
Normal file
9
themes/fzmin2/layouts/partials/footer.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<footer>
|
||||
{{ partial "foot_custom.html" . }}
|
||||
{{ with .Site.Params.footer }}
|
||||
<hr/>
|
||||
{{ replace . "{Year}" now.Year | markdownify}}
|
||||
{{ end }}
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue