forked from tw93/tw93.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (21 loc) · 685 Bytes
/
index.html
File metadata and controls
22 lines (21 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: home
title: "Be yourself and don't go with the flow."
description: "Tw93 前端杂货铺 javascript ios css html weex react 代码 编程 知乎"
comments: false
---
{% for post in paginator.posts %}
{% if post.hide != true %}
<a href="{{ site.url }}{{ post.url }}" rel="bookmark" title="{{ post.title }}" itemprop="url" class="header-href">
<article class="hentry">
<h1 class="entry-title">
{{post.title }}{{post.hide}}
</h1>
<div class="entry-content">
<span class="index-content-time">【{{ post.date | date: "%Y-%m-%d" }}】</span>{{ post.summary }}
</div>
</article>
</a>
{% endif %}
{% endfor %}
{% include pagination.html %}