11 lines
356 B
HTML
11 lines
356 B
HTML
<footer class="footer">
|
|
<div class="container">
|
|
|
|
<p class="text-center">
|
|
{{ site.title }} {{ site.time | date: '%Y' }} |
|
|
Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
|
|
</p>
|
|
<!-- <p class="text-muted">Place sticky footer content here.</p> -->
|
|
</div>
|
|
</footer>
|