diff options
author | uvok cheetah | 2019-05-21 20:47:11 +0200 |
---|---|---|
committer | uvok cheetah | 2019-05-23 17:59:42 +0200 |
commit | 701a8c01fef8408418850dcbbe4cf42de1088c1e (patch) | |
tree | bb569078e2a2aa61d653c9e87cc0733950a7de96 /index.html | |
parent | 7b3170100da98fc8e4dc52d3bbe4c8af422c1b8a (diff) |
"Restart" project: switch to minima theme via Gemfile
undoing my modifications
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/index.html b/index.html deleted file mode 100644 index e698423..0000000 --- a/index.html +++ /dev/null @@ -1,34 +0,0 @@ ---- -layout: default ---- - -<div class="home"> - - <ul class="post-list"> - {% assign first_displayed = false %} - - {% for post in site.posts %} - {% if post.unlisted == true %} - {% continue %} - {% endif %} - - <li> - <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span> - <h2> - <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a> - </h2> - {% if first_displayed != true %} - <article> - {{ post.excerpt }} - <p>...</p> - </article> - {% assign first_displayed = true %} - {% endif %} - - </li> - {% endfor %} - </ul> - - <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p> - -</div> |