_includes/projects.html in another-theme-1.0.1 vs _includes/projects.html in another-theme-1.0.2
- old
+ new
@@ -1,7 +1,7 @@
<h2 class="mt-5">Selected projects</h2>
<hr>
-<ul class="posts-feed">
+<ul class="posts-feed unstyle-list">
{% for project in site.data.projects | limit:5 %}
<li class="post-node">
<a href="{{ post.url }}" class="post-link row align-items-center">
<span class="post-title col-auto pr-0">{{ project.name }}</span>
<span class="post-date col-auto">{{ project.description }}</span>