diff options
Diffstat (limited to 'layout/_partial/footer.ejs')
-rw-r--r-- | layout/_partial/footer.ejs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layout/_partial/footer.ejs b/layout/_partial/footer.ejs index 385522c..492ca72 100644 --- a/layout/_partial/footer.ejs +++ b/layout/_partial/footer.ejs @@ -4,9 +4,9 @@ Copyright © <%= date(Date.now(), 'YYYY' ) %> <%= config.title %> <%= theme.copyright %> </div> <div class="footer-power"> - <p>Powered by <a href="https://hexo.io" target="_blank">Hexo</a> + <p>Powered by <a href="https://hexo.io" rel="noopener noreferrer" target="_blank">Hexo</a> <i class="fa fa-heart has-text-danger"></i> - Theme <a href="https://github.com/guiqiqi/chromate">Chromate</a> + Theme <a href="https://github.com/guiqiqi/chromate" rel="noopener noreferrer" target="_blank">Chromate</a> </div> </div> </footer>
\ No newline at end of file |