Sha256: d5b6f475925af0e0c4f4243ce5d8c1306a8d62bfce4b0d29f51ad5b4f7cb1f14
Contents?: true
Size: 949 Bytes
Versions: 2
Compression:
Stored size: 949 Bytes
Contents
--- layout: default --- <div class="home"> In progress. </div> <!-- {%- if page.title -%} <h1 class="page-heading">{{ page.title }}</h1> {%- endif -%} {{ content }} {%- if site.posts.size > 0 -%} <h2 class="post-list-heading">{{ page.list_title | default: "Posts" }}</h2> <ul class="post-list"> {%- for post in site.posts -%} <li> {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} <span class="post-meta">{{ post.date | date: date_format }}</span> <h3> <a class="post-link" href="{{ post.url | relative_url }}"> {{ post.title | escape }} </a> </h3> {%- if site.show_excerpts -%} {{ post.excerpt }} {%- endif -%} </li> {%- endfor -%} </ul> <p class="rss-subscribe">subscribe <a href="{{ " /feed.xml " | relative_url }}">via RSS</a> </p> {%- endif -%} -->
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xanderjakeq-0.1.1 | _layouts/home.html |
xanderjakeq-0.1.0 | _layouts/home.html |