Initial commit
This commit is contained in:
15
layouts/partials/footer.html
Normal file
15
layouts/partials/footer.html
Normal file
@@ -0,0 +1,15 @@
|
||||
</main>
|
||||
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="content has-text-centered">
|
||||
<h6>{{ .Site.Copyright | markdownify }} | Rendered by
|
||||
<a href="https://gohugo.io" title="Hugo">Hugo</a> |
|
||||
<a href="{{.Site.BaseURL}}index.xml">Subscribe</a>
|
||||
</h6>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user