Initial commit
This commit is contained in:
9
layouts/partials/footer/footer.html
Normal file
9
layouts/partials/footer/footer.html
Normal file
@ -0,0 +1,9 @@
|
||||
<footer class="footer text-muted">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-16 text-center">
|
||||
<p>{{ .Site.Params.footer | safeHTML }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
Reference in New Issue
Block a user