Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-expo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/index.html b/src/index.html
index 02904e6..1d0b83c 100644
--- a/src/index.html
+++ b/src/index.html
@@ -54,15 +54,7 @@ redirect_from:
{% for post in paginator.posts %}
<div class="entry">
- <a class="entry-thumb" href="{{ post.source }}" title="Visit {{ post.title }}" rel="noopener" target="_blank">
- {% include entry-image.html %}
- </a>
- <div class="entry-content">
- <h2 class="entry-title">
- <a href="{{ post.url }}">{{ post.title }}</a>
- </h2>
- <p class="entry-date">{{ post.date | date: "%B %-d, %Y" }}</p>
- </div>
+ {% include entry.html context=post %}
</div>
{% endfor %}