theme: add footer on mobile layout
parent
ecc3e4bed8
commit
62555714e6
@ -0,0 +1,5 @@
|
||||
<section class="copyright">
|
||||
Copyright © {{ cur_year }} {{ blog.title }}<br />
|
||||
Powered by <a href="https://github.com/PeterCxy/paprika" target="_blank">paprika</a><br />
|
||||
Hosted on <a href="https://workers.cloudflare.com/" target="_blank">Cloudflare Workers</a>
|
||||
</section>
|
@ -0,0 +1,7 @@
|
||||
{{> modal.hbs }}
|
||||
<!-- Footer is only needed on mobile -->
|
||||
<!-- On desktop, put everything to sidebar -->
|
||||
<div class="footer">
|
||||
{{> copyright.hbs }}
|
||||
</div>
|
||||
<script src="/static/script.js?ver={{ build_num }}"></script>
|
Loading…
Reference in New Issue