Hi,
I have been trying to setup the accomplishment widget but unable to do so. Documentation shows the different formatting style compared to the one in the github repository.
In documentation (https://wowchemy.com/docs/page-builder/#accomplishments) the method to add an accomplishment is given by:
item:
- organization: Coursera
organization_url: ''
title: Neural Networks and Deep Learning
url: ''
certificate_url: ' '
date_start: '2018-10-01'
date_end: ''
description: ''
However, in github repo, it is shown as:
[[item]]
organization = "Coursera"
organization_url = " "
title = "Neural Networks and Deep Learning"
url = ""
certificate_url = " "
date_start = "2018-10-01"
date_end = ""
description = ""
Though, none of them are working.
Any help and clue how to make it work is highly appreciated.
regards
HB