Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopernpruner committed Jan 17, 2024
1 parent cab89bc commit a01b06f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions _data/people.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
institution: Fondazione Bruno Kessler
place: Trento, Italy
email: [email protected]
phone: "+390461314575"

- id: AndreaBrandolini
name: Andrea
Expand Down
2 changes: 1 addition & 1 deletion _events/TDI2024/venue.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 2nd International Workshop on Trends in Digital Identity (TDI 2024)
subtitle: Submission
subtitle: Venue
menubar: TDI2024
---

Expand Down
2 changes: 1 addition & 1 deletion _includes/menubar.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ul>
{% for subitem in item.items %}
{% capture subItemLink %}{{ subitem.link | remove: ".html" }}{% endcapture %}
{% capture subItemLinkNoIndex %}{{ subitem.link | remove: ".html" | remove "index" }}{% endcapture %}
{% capture subItemLinkNoIndex %}{{ subitem.link | remove: ".html" | remove: "index" }}{% endcapture %}
<li><a href="{{ subitem.link | prepend: site.baseurl }}" class="{% if subItemLink == pageLink or subItemLinkNoIndex == pageLink %}is-active{% endif %}">{{ subitem.name }}</a></li>
{% endfor %}
</ul>
Expand Down
9 changes: 9 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,15 @@ table.program td p.type {
font-size: smaller;
font-weight: bold;
}

table.program td p.location {
font-size: smaller;
font-style: italic;
}

table.program td p.location::before {
content: "Location: ";
}
/* END EVENT PROGRAMS */

.bordered,
Expand Down

0 comments on commit a01b06f

Please sign in to comment.