Sha256: 39fbb7a1998ddb599020b28851eab718caa44342c9c92c39bf27aad446d06693
Contents?: true
Size: 1.62 KB
Versions: 10
Compression:
Stored size: 1.62 KB
Contents
<!DOCTYPE html> <html lang="{{ site.lang | default: "en-US" }}"> {% include head.html %} <body> <div id="body" class="lily-mode-light"> {% include header.html %} <main class="responsive"> <section id="downloads"> {% if page.layout!="post" %} {% if site.show_downloads %} <a href="{{ site.github.zip_url }}" id="download-zip" class="chip left-round">Download <strong>.zip</strong></a> {% endif %} {% if site.github.public %} {% if site.github.is_project_page %} <a href="{{ site.github.repository_url }}" id="view-on-github" class="chip">View On <strong>GitHub</strong></a> {% else %} <a href="{{ site.github.owner_url }}" id="view-on-github" class="chip">View On <strong>GitHub</strong></a> {% endif %} {% endif %} {% if site.show_downloads %} <a href="{{ site.github.tar_url }}" id="download-tar-gz" class="chip right-round">Download <strong>.tar.gz</strong></a> {% endif %} {% endif %} </section> <section id="main_content"> {{ content }} </section> </main> <div class="large-divider"></div> {% include footer.html %} </div> <script>setLilyMode();</script> <script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems