1.删除强力驱动:
1.在【themes/layout/_partial/footer】文件中的最后,删除如下代码
1 2 3 4 5 6
| {%- if theme.footer.powered %} <div class="powered-by"> {%- set next_site = 'https://theme-next.js.org' if theme.scheme === 'Gemini' else 'https://theme-next.js.org/' + theme.scheme | lower + '/' %} {{- __('footer.powered', next_url('https://hexo.io', 'Hexo') + ' & ' + next_url(next_site, 'NexT.' + theme.scheme)) }} </div> {%- endif %}
|
2.同样,如果想在该位置添加一些别的文字,直接在这个文件里面加就行