Loading site/_layouts/default.html +1 −2 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ <a href="{{ site.zip_url }}" id="download-zip" class="button"><span>Download .zip</span></a> <a href="{{ site.tar_url }}" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a> {% endif %} <a href="{{ site.repository_url }}" id="view-on-github" class="button"><span>View Project</span></a> </section> <hr> <section id="main_content"> Loading @@ -32,9 +33,7 @@ </section> <footer> {% if site.is_project_page %} {{ site.title }} is maintained by {{ site.maintainer }}<br> {% endif %} </footer> </div> Loading Loading
site/_layouts/default.html +1 −2 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ <a href="{{ site.zip_url }}" id="download-zip" class="button"><span>Download .zip</span></a> <a href="{{ site.tar_url }}" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a> {% endif %} <a href="{{ site.repository_url }}" id="view-on-github" class="button"><span>View Project</span></a> </section> <hr> <section id="main_content"> Loading @@ -32,9 +33,7 @@ </section> <footer> {% if site.is_project_page %} {{ site.title }} is maintained by {{ site.maintainer }}<br> {% endif %} </footer> </div> Loading