Skip to content

Commit 73866e1

Browse files
committed
improve category page
1 parent 05c893f commit 73866e1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

_posts/julia/2021-08-04-index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,20 @@ <h1>Plotly Julia Library</h1>
2323

2424
{% assign languagelist = site.posts | where:"language","julia" | sort: "order"
2525
%} {% include posts/mainlang_documentation_eg.html %}
26+
27+
<div style="display: none">
28+
<h1>all post</h1>
29+
30+
{% for post in site.posts %}
31+
<article>
32+
<h2>
33+
<a href="{{ post.url }}">
34+
{{ post.title }}
35+
</a>
36+
</h2>
37+
<time datetime="{{ post.date | date: "%Y-%m-%d" }}">{{ post.date | date_to_long_string }}</time>
38+
{{ post.content }}
39+
</article>
40+
{% endfor %}
41+
42+
</div>

0 commit comments

Comments
 (0)