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") %}
|
||||
{% 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 %}
|
||||
|
||||
<p>Reading</p>
|
||||
|
||||
{% set reading = get_section(path="reading/_index.md") %}
|
||||
{% 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 %}
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue