We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e3d38 commit 8558d79Copy full SHA for 8558d79
css/styles.css
@@ -50,6 +50,12 @@ p + ul {
50
margin-top: -0.5em;
51
}
52
53
+ul.posts {
54
+ margin: 0;
55
+ padding: 0;
56
+ list-style-type: none;
57
+}
58
+
59
table {
60
margin-bottom: 2.6em;
61
font-size: 0.88em;
index.md
@@ -5,7 +5,7 @@ title: Latest Articles
5
6
# Latest Articles
7
8
-<ul>
+<ul class="posts">
9
{% for post in site.posts %}
10
<li>
11
<a href="{{ post.url }}">{{ post.title }}</a>
0 commit comments