21 lines
679 B
HTML
Executable File
21 lines
679 B
HTML
Executable File
{{if site.Params.theme_copyright}}
|
|
<footer class="text-center">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-xxl-11 mx-auto">
|
|
<div class="copyright-info py-4 small">{{ site.Params.copyright | markdownify }}</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
{{ end }}
|
|
|
|
<!-- Back To Top Start -->
|
|
<button type="button" title="scroll to top of the website"
|
|
class="back-to-top d-flex justify-content-center align-items-center rounded-circle border-0">
|
|
<span class="progress-value d-flex justify-content-center align-items-center rounded-circle">
|
|
<i class="fa fa-angle-up" aria-hidden="true"></i>
|
|
</span>
|
|
</button>
|
|
<!-- Back To Top End -->
|