diff options
| author | Doge <guiqiqi187@gmail.com> | 2021-05-09 16:36:17 +0800 | 
|---|---|---|
| committer | Doge <guiqiqi187@gmail.com> | 2021-05-09 16:36:17 +0800 | 
| commit | 33c134891460fcc379dc5d835299a95c4aad0710 (patch) | |
| tree | 16a64be9f20e717ae74c211f5d0b384d9f10070c /layout/_partial | |
| parent | f2d0d9471f4cc2b1673e1e5927f6a636cc133d08 (diff) | |
| download | chromate-33c134891460fcc379dc5d835299a95c4aad0710.tar.gz chromate-33c134891460fcc379dc5d835299a95c4aad0710.tar.bz2 chromate-33c134891460fcc379dc5d835299a95c4aad0710.zip | |
Finish post detail page
Diffstat (limited to 'layout/_partial')
| -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 c17705b..b5fe13e 100644 --- a/layout/_partial/footer.ejs +++ b/layout/_partial/footer.ejs @@ -4,9 +4,9 @@              Copyright © <%= date(Date.now(), 'YYYY' ) %> <%= config.title %>          </div>          <div class="footer-power"> -            <p>Powered by <a class="has-text-black" href="https://hexo.io" target="_blank">Hexo</a>  +            <p>Powered by <a href="https://hexo.io" target="_blank">Hexo</a>               <i class="fa fa-heart has-text-danger"></i> -            Theme <a class="has-text-black" href="https://github.com/guiqiqi/chromate">Chromate</a> +            Theme <a href="https://github.com/guiqiqi/chromate">Chromate</a>          </div>      </div>  </footer>
\ No newline at end of file | 
