-
Notifications
You must be signed in to change notification settings - Fork 38
/
index.html
24 lines (20 loc) · 1.19 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
layout: homepage
---
{% for post in paginator.posts %}
<article class="post">
<header>
{% assign a = site.authors[post.author] %}
<h2 class="post-title"><a href="{{ post.url }}">{{ post.title }}</a></h2>
</header>
{% if post.content contains '<!-- more -->' %}
{{ post.content | split:'<!-- more -->' | first }}
<p><a href="{{ post.url }}">Read on →</a></p>
{% else %}
{{ post.content }}
{% endif %}
</article>
{% endfor %}
<!-- Special homepage version of accessories -->
</article></section>
<section id="post-accessories"><section class="container"><div class="row"><article class="content col-md-8 col-md-offset-2"><a data-container="body" data-content="CocoaPods is an open source project. Help us improve these blog posts by sending a pull request. ❤" data-original-title="" data-placement="top" data-toggle="popover" data-trigger="hover" href="https://github.com/CocoaPods/blog.cocoapods.org/" id="pull-request" title=""></a><a data-container="body" data-content="Check out our post archives." data-original-title="" data-placement="top" data-toggle="popover" data-trigger="hover" href="/archives" id="archives" title=""></a></article></div></section></section>