Fix merge issue; revert avatar img path change

This commit is contained in:
Ines 2021-08-29 14:41:55 +01:00
parent 6fef3d54e7
commit e451525da8
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
BasicInfo: BasicInfo:
FirstName: Inês FirstName: Inês
LastName: Almeida LastName: Almeida
Photo: /img/avatar.jpg Photo: img/avatar.jpg
Contacts: Contacts:
- Icon: fas fa-phone - Icon: fas fa-phone
Info: +44 123 456 789 Info: +44 123 456 789

View file

@ -1,7 +1,7 @@
BasicInfo: BasicInfo:
FirstName: Inês FirstName: Inês
LastName: Almeida LastName: Almeida
Photo: /img/avatar.jpg Photo: img/avatar.jpg
Contacts: Contacts:
- Icon: fas fa-phone - Icon: fas fa-phone
Info: +44 123 456 789 Info: +44 123 456 789

View file

@ -1,11 +1,11 @@
{{ if .Site.Data.content.References }} {{ if .References }}
<div id="references" class="section"> <div id="references" class="section">
<div class="section__heading"> <div class="section__heading">
<h2 class="section__title">{{ i18n "references" }}</h2> <h2 class="section__title">{{ i18n "references" }}</h2>
</div> </div>
<div class="section__content"> <div class="section__content">
<div class="references"> <div class="references">
{{ range .Site.Data.content.References }} {{ range .References }}
<div class="references__item"> <div class="references__item">
<div class="references__person"> <div class="references__person">
<div class="references__header"> <div class="references__header">