layout | title | author | location | categories | tags | toc | toclistyle | comments | visibility | mathjax | mermaid | glslcanvas | codeprint | permalink | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
page |
AWESOME BLOG NOTES |
|
|
/ |
-
{% for post in site.posts %}
{% capture y %}{{post.date | date:"%Y-%m"}}{% endcapture %}
{% if year != y %}
{% assign year = y %}
- {{ y }} {% endif %}
{% if post.visibility != "hidden" %}
<li class="listing-item">
<time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time>
<a href="{{ post.url | prepend: site.baseurl }}" title="{{ post.title }}">{{ post.title }}</a>
</li>
{% endif %}
{% endfor %}
<script type='text/javascript' src='{% include relref.html url="/assets/reviewjs/index.md.js" %}'></script>