footer.blade.php 658 B

12345678910111213141516
  1. <footer id="footer" role="contentinfo">
  2. <div class="container">
  3. <div class="row">
  4. <div class="col-md-12 text-center">
  5. <p style="margin-top:15px;">
  6. <strong>Powered by <a href="http://moell.cn" target="_blank">Moell Blog</a></strong>
  7. &nbsp;&nbsp;
  8. <a href='https://github.com/moell-peng/moell-blog' target="_blank">
  9. <span class="icon-github" style="padding-right:20px;"></span>
  10. </a>
  11. </p>
  12. </div>
  13. </div>
  14. </div>
  15. </footer>
  16. {!! $systemPresenter->getKeyValue('statistics_script') !!}