footer.html 600 B

123456789101112131415
  1. {% if site.github.is_project_page %}
  2. <div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
  3. <a href="{{ site.github.repository_url }}" class="button"><small>View repository</small></a>
  4. </div>
  5. {% endif %}
  6. <div id="wiki-footer" class="mt-5 mb-0 wiki-footer gollum-markdown-content">
  7. <div class="Box Box--condensed bg-gray box-shadow">
  8. <div class="Box-body wiki-writable markdown-body">
  9. <p><em>Page was mirrored from trac at <a href="http://wraith.botpack.net" rel="nofollow">http://wraith.botpack.net</a></em></p>
  10. </div>
  11. </div>
  12. </div>
  13. </div>
  14. </body>
  15. </html>