Skip to content

Commit

Permalink
Added HoD Email into the staff list (#437)
Browse files Browse the repository at this point in the history
Adding image
  • Loading branch information
NuwanJ authored Nov 16, 2024
1 parent 5d2beb5 commit bcb8032
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion api/staff.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,26 @@ sitemap: false
{
"academic":
{
"[email protected]": {
"name": "Head of the Department",
"designation": "HoD",
"link": "#",
"contact_number": "",
"email": "[email protected]",
"location": "",
"profile_image": "https://people.ce.pdn.ac.lk/images/staff/academic-staff/default.jpg",
"urls": {
"linkedin": "",
"google_scholar": "",
"researchgate": "",
"website": "",
"orcid": ""
},
"research_interests": []
},
{%- assign staff_list = site.html_pages | where: "layout", "staffDetails" -%}
{% for staff in staff_list -%}
{%- include api_staff.html staff=staff -%}{% if forloop.last %}{% else %},{% endif %}
{%- include api_staff.html staff=staff -%}{% if forloop.last %}{% else %},{% endif %}
{% endfor -%}
},
"temporary-academic":{
Expand Down

0 comments on commit bcb8032

Please sign in to comment.