From 6ebcfc3904d0df5c3507fb0ba7876ec5e3a94599 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 14 Jan 2022 23:55:52 -0300 Subject: [PATCH] Update _includes/ .html files --- _includes/news.html | 25 ------------------------- _includes/projects.html | 4 ++-- _includes/projects_horizontal.html | 14 ++------------ _includes/selected_papers.html | 5 ----- 4 files changed, 4 insertions(+), 44 deletions(-) delete mode 100644 _includes/news.html delete mode 100644 _includes/selected_papers.html 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 @@ - -
-

news

- {% if site.news -%} -
- - {%- assign news = site.news | reverse -%} - {% for item in news limit: site.news_limit %} - - - - - {%- endfor %} -
{{ item.date | date: "%b %-d, %Y" }} - {% if item.inline -%} - {{ item.content | remove: '

' | remove: '

' | emojify }} - {%- else -%} - {{ item.title }} - {%- endif %} -
-
- {%- else -%} -

No news so far...

- {%- endif %} -
diff --git a/_includes/projects.html b/_includes/projects.html index 0f2e486..234718c 100644 --- a/_includes/projects.html +++ b/_includes/projects.html @@ -13,9 +13,9 @@ alt="project thumbnail" -%} {%- endif %}
-

{{ 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]* %} -