Skip to content

Commit fc5b67b

Browse files
committed
Improve looks of the landing page
1 parent 8b1ee8f commit fc5b67b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

templates/blog.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ <h1 class="title">
77

88
<a href="https://github.com/micouy">my github</a>
99

10-
<ul>
11-
<!-- If you are using pagination, section.pages will be empty.
12-
You need to use the paginator object -->
13-
{% for page in section.pages %}
14-
<li><a href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
15-
{% endfor %}
16-
</ul>
10+
{% for page in section.pages %}
11+
<p>{{ page.date }} <a href="{{ page.permalink | safe }}">{{ page.title }}</a></p>
12+
{% endfor %}
13+
1714
{% endblock content %}

0 commit comments

Comments
 (0)