dates are muted
This commit is contained in:
parent
4825a52edd
commit
5b1939eaa0
1 changed files with 2 additions and 2 deletions
|
|
@ -8,14 +8,14 @@
|
||||||
|
|
||||||
{% set blog = get_section(path="blog/_index.md") %}
|
{% set blog = get_section(path="blog/_index.md") %}
|
||||||
{% for post in blog.pages %}
|
{% for post in blog.pages %}
|
||||||
{{ post.date }} <a href="{{ post.permalink }}">{{ post.title }}</a><br>
|
<span class="muted">{{ post.date }}</span> <a href="{{ post.permalink }}">{{ post.title }}</a><br>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<p>Reading</p>
|
<p>Reading</p>
|
||||||
|
|
||||||
{% set reading = get_section(path="reading/_index.md") %}
|
{% set reading = get_section(path="reading/_index.md") %}
|
||||||
{% for post in reading.pages %}
|
{% for post in reading.pages %}
|
||||||
{{ post.date}} <a href="{{ post.permalink }}">{{ post.title }}</a><br>
|
<span class="muted">{{ post.date}}</span> <a href="{{ post.permalink }}">{{ post.title }}</a><br>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue