Fix spacing between dates and titles in link list
This commit is contained in:
parent
c2c4a3027c
commit
202092bba1
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
">{{ page.date -}}</a></time>
|
">{{ page.date -}}</a></time>
|
||||||
{%- else %}
|
{%- else %}
|
||||||
<time class="post-date">{{ page.date }}</time>
|
<time class="post-date">{{ page.date }}</time>
|
||||||
{%- endif -%}
|
{%- endif %}
|
||||||
<a href="{{ page.extra.url | safe }}">{{ page.title }}</a>
|
<a href="{{ page.extra.url | safe }}">{{ page.title }}</a>
|
||||||
</li>
|
</li>
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue