diff options
-rw-r--r-- | projects/index.html | 1 | ||||
-rw-r--r-- | writing/index.html | 1 |
2 files changed, 0 insertions, 2 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 %} diff --git a/writing/index.html b/writing/index.html index 3a34229..feee3c1 100644 --- a/writing/index.html +++ b/writing/index.html @@ -7,6 +7,5 @@ description: A small collection of writing I’ve done on various topics over th {% for post in site.categories.writing %} <section class="writing"> <h1><a href="{{ post.url }}">{{ post.title }}</a></h1> - <p>{{ post.description }}</p> </section> {% endfor %} |