File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,4 +20,3 @@ listing:
2020::: {style="display: none "}
2121{{< fa graduation-cap >}}
2222:::
23-
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments