Skip to content

Commit da2d451

Browse files
committed
Agrego enlace de reserva en la consulta
1 parent 6c2f17a commit da2d451

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

index.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ listing:
2020
::: {style="display:none"}
2121
{{< fa graduation-cap >}}
2222
:::
23-

templates/instructors.ejs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@
3535
<% if (entry.office_hours) { %>
3636
<li>
3737
<i class="fa-solid fa-calendar"></i>
38+
<% if (typeof entry.link === "string" && entry.link.trim()) { %>
39+
<a href="<%- entry.link %>"><%= entry.office_hours %></a>
40+
<% } else { %>
3841
<%= entry.office_hours %>
42+
<% } %>
3943
</li>
4044
<% } %>
4145
</ul>

templates/instructors.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
- name: "Tomás Capretto"
44
email: "tomas.capretto@fcecon.unr.edu.ar"
55
office_hours: "Consultas: Jueves 17:00hs"
6+
link: https://calendar.app.google/VJMYtAMrv2SJjwiD6
67
- name: "Dolores Sollberger"
78
email: "dolores.sollberger@fcecon.unr.edu.ar"
89
office_hours: "TBD"
10+
link: null

0 commit comments

Comments
 (0)