mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-11 02:42:28 +00:00
Refactor theme (#1)
This commit is contained in:
9
themes/xmin/layouts/partials/footer.html
Normal file
9
themes/xmin/layouts/partials/footer.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<footer>
|
||||
{{ partial "foot_custom.html" . }}
|
||||
{{ with .Site.Params.footer }}
|
||||
<hr/>
|
||||
{{ . | markdownify }}
|
||||
{{ end }}
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user