Sha256: c66db1bf3aef788a054c9000336bffc3e25a6809a82b56e3bfbafe620a627714
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
--- layout: default --- <section class="post"> <div class="flex-row-between"> <a href="/">{{ site.title }}</a> <button title="Change theme" id="theme-toggle" onclick="modeSwitcher()"> <div></div> </button> </div> <time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: "%b %-d, %Y" }}</time> <h1 class="title">{{ page.title }}</h1> <span class="meta">tags: {% for tag in page.tags %} <a href="{{ site.baseurl }}/tag/{{tag}}">{{tag}}</a>{% unless forloop.last %}, {% endunless %}{% endfor %}</span> {{ content }} </section> <section> <nav class="post-nav"> {% if page.previous %} <a class="post-nav-item post-nav-prev" href="{{ page.previous | relative_url }}"> <div class="nav-arrow">Previous</div> <span class="post-title">{{ page.previous.title }}</span> </a> {% endif %} {% if page.next %} <a class="post-nav-item post-nav-next" href="{{ page.next | relative_url }}"> <div class="nav-arrow">Next</div> <span class="post-title">{{ page.next.title }}</span> </a> {% endif %} </nav> </section>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-calculus-theme-0.2.1 | _layouts/post.html |