We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c893f commit 73866e1Copy full SHA for 73866e1
_posts/julia/2021-08-04-index.html
@@ -23,3 +23,20 @@ <h1>Plotly Julia Library</h1>
23
24
{% assign languagelist = site.posts | where:"language","julia" | sort: "order"
25
%} {% 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