diff --git a/README.md b/README.md
index 30bc3a3..ce1ed41 100644
--- a/README.md
+++ b/README.md
@@ -112,13 +112,15 @@ content:
affiliation:
name: University Name
department: Department Name
- url: https://example.com
+ url: https://example.com # (optional)
type: Paper
authors:
- name: First Author
- url: https://example.com
+ url: https://example.com # (optional)
+ img: /path/to/author-image.jpg # (optional)
- name: Second Author
- url: https://example.com
+ url: https://example.com # (optional)
+ img: /path/to/author-image.jpg # (optional)
links:
- label: Paper Link
url: https://doi.org/10.1145/XXXXXXX.XXXXXXX
diff --git a/_includes/author.html b/_includes/author.html
new file mode 100644
index 0000000..aeb7934
--- /dev/null
+++ b/_includes/author.html
@@ -0,0 +1,14 @@
+
diff --git a/_includes/home-header.html b/_includes/home-header.html
index 8226a63..78e46ca 100644
--- a/_includes/home-header.html
+++ b/_includes/home-header.html
@@ -1,46 +1,50 @@
- {{ site.content.affiliation.department }}, {{ site.content.affiliation.name }}
-
+
+ {{- site.content.affiliation.department -}}, {{ site.content.affiliation.name }}
+
+ {% if site.conference.name and site.conference.year %}
+
{{ site.title }}
{% if site.content.authors %}
-
- {% endif %} {% if site.content.affiliation %}
-