From fc4a1ed5f2bac02e495a0dc65d8613f02920a030 Mon Sep 17 00:00:00 2001 From: Sean Perry Date: Thu, 23 May 2024 18:24:19 -0700 Subject: [PATCH] fix: add alts to reu --- .github/workflows/jekyll.yml | 2 +- _posts/2014-09-08-2014-summer-reu.html | 4 ++-- _posts/2015-09-04-summer-reu.html | 4 ++-- tips-for-effective-applications copy.md | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index ec2f2a78..260cefd3 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -75,7 +75,7 @@ jobs: uses: chabad360/htmlproofer@master with: directory: "./_site" - arguments: --assume-extension .html --swap-urls '^https\://e4e.ucsd.edu/:/' + arguments: --assume-extension .html --swap-urls '^https\://e4e.ucsd.edu/:/' --ignore_urls ["^https\://www.linkedin.com"] - name: Checks files run: ls -l cache - name: Checks files diff --git a/_posts/2014-09-08-2014-summer-reu.html b/_posts/2014-09-08-2014-summer-reu.html index 7be8149d..1f2e2440 100644 --- a/_posts/2014-09-08-2014-summer-reu.html +++ b/_posts/2014-09-08-2014-summer-reu.html @@ -85,7 +85,7 @@

Summer 2014 REU Students

{% for student in page.students %}
{% if student.photo %} -

{% endif %} +

{{student.name}}

{% endif %}

{{student.name}}, {{student.school}}

{{student.bio}}

@@ -95,7 +95,7 @@

Summer 2014 Mentors

{% for student in page.mentors %}
{% if student.photo %} -

{% endif %} +

{{student.name}}

{% endif %}

{{student.name}}, {{student.school}}

{{student.bio}}

diff --git a/_posts/2015-09-04-summer-reu.html b/_posts/2015-09-04-summer-reu.html index b7173228..2d9ad257 100644 --- a/_posts/2015-09-04-summer-reu.html +++ b/_posts/2015-09-04-summer-reu.html @@ -108,7 +108,7 @@

Summer 2015 REU Students

{% for student in page.students %}
{% if student.photo %} -

{% endif %} +

{{student.name}}

{% endif %}

{{student.name}}, {{student.school}}

{{student.bio}}

@@ -118,7 +118,7 @@

Summer 2015 Mentors

{% for student in page.mentors %}
{% if student.photo %} -

{% endif %} +

{{student.name}}

{% endif %}

{{student.name}}, {{student.school}}

{{student.bio}}

diff --git a/tips-for-effective-applications copy.md b/tips-for-effective-applications copy.md index 6c40bb92..64bc8a64 100644 --- a/tips-for-effective-applications copy.md +++ b/tips-for-effective-applications copy.md @@ -1,5 +1,5 @@ --- -title: Publications +title: open-opportunities layout: page --- -{% bibliography --file publications %} \ No newline at end of file +TODO \ No newline at end of file