61 lines
2.6 KiB
Plaintext
Executable File
61 lines
2.6 KiB
Plaintext
Executable File
<!--
|
|
I'm glad you use this theme, the development is no so easy, I hope you can keep the copyright, I will thank you so much.
|
|
If you still want to delete the copyrights, could you still retain the first one? Which namely "Theme Material"
|
|
It will not impact the appearance and can give developers a lot of support :)
|
|
|
|
很高兴您使用并喜欢该主题,开发不易 十分谢谢与希望您可以保留一下版权声明。
|
|
如果您仍然想删除的话 能否只保留第一项呢?即 "Theme Material"
|
|
它不会影响美观并可以给开发者很大的支持和动力。 :)
|
|
-->
|
|
|
|
<!-- Sidebar Divider -->
|
|
<% if(theme.sidebar.footer.divider === true) { %>
|
|
<div class="sidebar-divider"></div>
|
|
<% } %>
|
|
|
|
<!-- Theme Material -->
|
|
<% if(theme.sidebar.footer.theme === true) { %>
|
|
<a href="https://github.com/viosey/hexo-theme-material" class="sidebar-footer-text-a" target="_blank">
|
|
<div class="sidebar-text mdl-button mdl-js-button mdl-js-ripple-effect sidebar-footer-text-div" data-upgraded=",MaterialButton,MaterialRipple">
|
|
<%= __('misc.theme') %> - Material
|
|
<span class="sidebar-badge badge-circle">i</span>
|
|
</div>
|
|
</a>
|
|
<% } %>
|
|
|
|
<!-- Help & Support -->
|
|
<!--
|
|
<% if(theme.sidebar.footer.support === true) { %>
|
|
<a href="mailto:hiviosey@gmail.com" class="sidebar-footer-text-a">
|
|
<div class="sidebar-text mdl-button mdl-js-button mdl-js-ripple-effect sidebar-footer-text-div" data-upgraded=",MaterialButton,MaterialRipple">
|
|
<%= __('sidebar.help') %>
|
|
<span class="mdl-button__ripple-container">
|
|
<span class="mdl-ripple"></span>
|
|
</span>
|
|
</div>
|
|
</a>
|
|
<% } %>
|
|
-->
|
|
|
|
<!-- Feedback -->
|
|
<!--
|
|
<% if(theme.sidebar.footer.feedback === true) { %>
|
|
<a href="https://github.com/viosey/hexo-theme-material/issues" target="_blank" class="sidebar-footer-text-a">
|
|
<div class="sidebar-text mdl-button mdl-js-button mdl-js-ripple-effect sidebar-footer-text-div" data-upgraded=",MaterialButton,MaterialRipple">
|
|
<%= __('sidebar.feedback') %>
|
|
<span class="mdl-button__ripple-container"><span class="mdl-ripple"></span></span></div>
|
|
</a>
|
|
<% } %>
|
|
-->
|
|
|
|
<!-- About Theme -->
|
|
<!--
|
|
<% if(theme.sidebar.footer.material === true) { %>
|
|
<a href="https://blog.viosey.com/index.php/Material.html" target="_blank" class="sidebar-footer-text-a">
|
|
<div class="sidebar-text mdl-button mdl-js-button mdl-js-ripple-effect sidebar-footer-text-div" data-upgraded=",MaterialButton,MaterialRipple">
|
|
<%= __('sidebar.about_theme') %>
|
|
<span class="mdl-button__ripple-container"><span class="mdl-ripple"></span></span></div>
|
|
</a>
|
|
<% } %>
|
|
-->
|