File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
8
8
< div class ="archive-tags ">
9
9
< a class ="tag-item " href ="# "> all</ a >
10
- {%- for tag in site.tags -%}
10
+ {%- for tag in site.tags -%}
11
11
{% capture name %}{{ tag | first }}{% endcapture %}
12
- < a class ="tag-item " href ="#{{name}} "> {{ name }}</ a >
12
+ < a class ="tag-item " href ="#{{name}} "> {{ name }}</ a >
13
13
{%- endfor -%}
14
14
</ div >
15
15
18
18
< h2 id ="{{ name }} "> {{ name | upcase }}</ h2 >
19
19
{%- for post in site.tags[name] -%}
20
20
< article class ="post-item " id ="results-container ">
21
- < span class ="post-item-date "> {{ post.date | date: "%b %d, %Y" }}</ span >
22
21
< h3 class ="post-item-title ">
23
22
< a href ="{{ post.url }} "> {{ post.title | escape }}</ a >
24
- </ h3 >
23
+ </ h3 >
24
+ < span class ="post-item-date "> {{ post.date | date: "%b %d, %Y" }}</ span >
25
25
</ article >
26
26
{%- endfor -%}
27
- {%- endfor -%}
27
+ {%- endfor -%}
You can’t perform that action at this time.
0 commit comments