diff options
Diffstat (limited to 'projects')
-rw-r--r-- | projects/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/index.html b/projects/index.html index 29e65ae..2c92c36 100644 --- a/projects/index.html +++ b/projects/index.html @@ -7,6 +7,5 @@ description: Projects I’ve done. {% for post in site.categories.projects %} <section class="project"> <h1><a href="{{ post.url }}">{{ post.title }}</a></h1> - <p>{{ post.description }}</p> </section> {% endfor %} |