From ae5cbb650d54b776a100a30497996eb4f30b15c9 Mon Sep 17 00:00:00 2001 From: "Stefan@Lap" Date: Thu, 25 Mar 2021 15:33:03 +0100 Subject: [PATCH 1/7] fix(includes): add missing closing tag for menu ul --- _includes/menu-accordion.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_includes/menu-accordion.html b/_includes/menu-accordion.html index 1f60c782..725bdeb5 100644 --- a/_includes/menu-accordion.html +++ b/_includes/menu-accordion.html @@ -24,10 +24,11 @@
{% endif %} From 675e65f0febb001a4d5ccaa6d144c7ab2de9c6d1 Mon Sep 17 00:00:00 2001 From: "Stefan@Lap" Date: Thu, 25 Mar 2021 15:48:04 +0100 Subject: [PATCH 2/7] fix(index.html): remove duplicated/nested paragraph tag Jekyll automatically creates a P element for the post.excerpt liquid. Duplicating it in the template results in unallowed nesting of P elements. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d38d458b..6effb3f0 100644 --- a/index.html +++ b/index.html @@ -108,7 +108,7 @@

News

{{ post.title }}

Posted {{ post.date | date: "%b %-d, %Y" }}

-

{{ post.excerpt }}

+ {{ post.excerpt }}
From dcd4fd9164898dc8e052d5d9f26b5476c8cdc6be Mon Sep 17 00:00:00 2001 From: "Stefan@Lap" Date: Thu, 25 Mar 2021 16:03:25 +0100 Subject: [PATCH 3/7] fix(projects): add missing alt attribute for IMG elements --- _layouts/projects.html | 2 +- community/projects-users.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/projects.html b/_layouts/projects.html index 49efb65d..321f7523 100644 --- a/_layouts/projects.html +++ b/_layouts/projects.html @@ -12,7 +12,7 @@

{{ page.fullname }}

{% if page.image %} - + {{ page.name }} {% endif %} {{ content }} diff --git a/community/projects-users.md b/community/projects-users.md index af734e2d..da94a8d7 100644 --- a/community/projects-users.md +++ b/community/projects-users.md @@ -22,7 +22,7 @@ title: "Projects and users"
{% if project.image %} - + {{ project.name }} {% endif %}
From 462b86eb4c991f6a482ae2d99134cbbb84b0ea6b Mon Sep 17 00:00:00 2001 From: "Stefan@Lap" Date: Thu, 25 Mar 2021 16:11:04 +0100 Subject: [PATCH 4/7] fix(past conferences): add missing alt attribute for IMG elements --- conference/past.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conference/past.md b/conference/past.md index 471d6f85..9c094bdc 100644 --- a/conference/past.md +++ b/conference/past.md @@ -24,7 +24,7 @@ title: "Past Music Encoding Conferences"
{% if conference.image %} - + {{ conference.tag }} {% else %}
From 82af0b1cd2e4bddec1f9dcc435663a9af149a9f7 Mon Sep 17 00:00:00 2001 From: "Stefan@Lap" Date: Thu, 25 Mar 2021 16:18:20 +0100 Subject: [PATCH 5/7] fix(proceedings): use HTML entity code for pipe | in bibbase link --- conference/proceedings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conference/proceedings.md b/conference/proceedings.md index efbda160..6a98dd70 100644 --- a/conference/proceedings.md +++ b/conference/proceedings.md @@ -19,7 +19,7 @@ title: "Proceedings"
2015, 2016 & 2017
- +
@@ -27,7 +27,7 @@ title: "Proceedings"
2013 & 2014
- +
From cbd607ad780ba3df1831027bda78fd9f66738077 Mon Sep 17 00:00:00 2001 From: "Stefan@Lap" Date: Thu, 25 Mar 2021 16:28:43 +0100 Subject: [PATCH 6/7] fix(tutorials): remove obsolete/unnecessary charset and type attributes from SCRIPT --- _layouts/tutorials.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_layouts/tutorials.html b/_layouts/tutorials.html index 8085a540..faab4e04 100644 --- a/_layouts/tutorials.html +++ b/_layouts/tutorials.html @@ -69,10 +69,10 @@

Acknowledgments

- - - - + + +