mirror of
https://github.com/christian1701/hugo-theme-console.git
synced 2025-11-03 05:59:23 +01:00
footer: add footer - powered by hugo and console theme
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
<div class="container animated zoomIn fast">
|
||||
{{ block "main" . }}
|
||||
{{ end }}
|
||||
{{ partial "footer.html" . }}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
4
layouts/partials/footer.html
Normal file
4
layouts/partials/footer.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="footer">
|
||||
Powered by <a hreef="https://gohugo.io/">Hugo</a> with
|
||||
<a href="https://github.com/mrmierzejewski/hugo-theme-console/">Console Theme</a>.
|
||||
</div>
|
||||
Reference in New Issue
Block a user