footer.html 554 B

1234567891011
  1. <footer>
  2. <div class="navbar navbar-fixed-bottom" id="footer">
  3. <ul class="footer-content">
  4. {% if ELEGANT_LICENSE %}
  5. <li class="elegant-license">{{ ELEGANT_LICENSE }}</li>
  6. {% endif %}
  7. <li class="elegant-power">Powered by <a href="http://getpelican.com/" title="Pelican Home Page">Pelican</a> and <a href="https://github.com/talha131/pelican-elegant" title="Elegant theme Home Page">Elegant theme</a> by <a href="http://oncrashreboot.com" title="Talha Mansoor Home Page">Talha Mansoor</a></li>
  8. </ul>
  9. </div>
  10. </footer>