Sha256: b23f643cef321bc6db3a17b0898c837d57fb2ba425069c2e1bcfdfd78a71279a
Contents?: true
Size: 1.61 KB
Versions: 1
Compression:
Stored size: 1.61 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="divider"></div> {% include footer.html %} </div> <script>setLightMode();</script> <script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-lily-3.0.3.1.3 | _layouts/default.html |