File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 3
3
---
4
4
< h2 class ="post_title "> {.{page.title}}</ h2 >
5
5
< ul >
6
- {. % for post in site.posts %}
7
- {. % for tag in post.tags %}
8
- {. % if tag == page.tag %}
6
+ {% for post in site.posts %}
7
+ {% for tag in post.tags %}
8
+ {% if tag == page.tag %}
9
9
< li class ="archive_list ">
10
- < time style ="color:#666;font-size:11px; " datetime ='{. {post.date | date: "%Y-%m-%d"}} '> {. {post.date | date: "%m/%d/%y"}}</ time > < a class ="archive_list_article_link " href ='{. {post.url}} '> {. {post.title}}</ a >
11
- < p class ="summary "> {. {post.summary}}
10
+ < time style ="color:#666;font-size:11px; " datetime ='{{post.date | date: "%Y-%m-%d"}} '> {{post.date | date: "%m/%d/%y"}}</ time > < a class ="archive_list_article_link " href ='{{post.url}} '> {{post.title}}</ a >
11
+ < p class ="summary "> {{post.summary}}
12
12
< ul class ="tag_list ">
13
- {. % for tag in post.tags %}
14
- < li class ="inline archive_list "> < a class ="tag_list_link " href ="/tag/{.{ tag }} "> {. { tag }}</ a > </ li >
15
- {. % endfor %}
13
+ {% for tag in post.tags %}
14
+ < li class ="inline archive_list "> < a class ="tag_list_link " href ="/tag/{.{ tag }} "> {{ tag }}</ a > </ li >
15
+ {% endfor %}
16
16
</ ul >
17
17
</ li >
18
- {. % endif %}
19
- {. % endfor %}
20
- {. % endfor %}
18
+ {% endif %}
19
+ {% endfor %}
20
+ {% endfor %}
21
21
</ ul >
You can’t perform that action at this time.
0 commit comments