diff --git a/_includes/news.html b/_includes/news.html
deleted file mode 100644
index be55051..0000000
--- a/_includes/news.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
{{ project.title }}
+
{{ project.title }}
{{ project.description }}
-
+
{%- if project.github -%}
diff --git a/_includes/projects_horizontal.html b/_includes/projects_horizontal.html
index 7d1be49..c54e2a1 100644
--- a/_includes/projects_horizontal.html
+++ b/_includes/projects_horizontal.html
@@ -6,21 +6,11 @@
{%- endif -%}
- {%- if project.img -%}
-
- {% responsive_image_block %}
- path: {{ project.img }}
- alt: "project thumbnail"
- {% endresponsive_image_block %}
-
-
- {%- else -%}
- {%- endif -%}
-
{{ project.title }}
+
{{ project.title }}
{{ project.description }}
-
+
{%- if project.github -%}
diff --git a/_includes/selected_papers.html b/_includes/selected_papers.html
deleted file mode 100644
index 61457db..0000000
--- a/_includes/selected_papers.html
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
selected publications
- {% bibliography -f papers -q @*[selected=true]* %}
-