Bootstrap 4 如何添加另一个";“组织”;在';成绩';在这个雨果学术主题网站?

Bootstrap 4 如何添加另一个";“组织”;在';成绩';在这个雨果学术主题网站?,bootstrap-4,hugo,Bootstrap 4,Hugo,我正在这个雨果学术主题网站上工作。此处演示: 在“成就”部分,我想在Coursera的正下方添加另一项。例如,神经网络下面的一行是Coursera 1,下一行(与前一行风格相同)是Coursera 2 以下是网站的Hugo源代码: 添加新的成就项目很简单,可以通过在此处添加新项目来完成: 但是,在同一项中,我无法定义2organization,因为Hugo将生成一个错误,说明organization已定义。与org\u url变量相同 我假设这些边界是在“类”文件中的某个地方定义的。然而,我对

我正在这个雨果学术主题网站上工作。此处演示:

在“成就”部分,我想在Coursera的正下方添加另一项。例如,神经网络下面的一行是Coursera 1,下一行(与前一行风格相同)是Coursera 2

以下是网站的
Hugo
源代码:

添加新的成就项目很简单,可以通过在此处添加新项目来完成:

但是,在同一项中,我无法定义2
organization
,因为Hugo将生成一个错误,说明
organization
已定义。与
org\u url
变量相同

我假设这些边界是在“类”文件中的某个地方定义的。然而,我对雨果和Bootstrap还不熟悉,不知道在哪里。我的问题是如何在Hugo学术主题的成就部分添加多个组织

...
# Accomplishments.
#   Add/remove as many `item` blocks below as you like.
#   `title`, `organization` and `date_start` are the required parameters.
#   Leave other parameters empty if not required.
#   You can begin a multiline `description` using YAML's `|-`.
item:
- certificate_url: https://www.coursera.org
  date_end: ""
  date_start: "2018-10-01"
  description: ""
  organization: Coursera
  organization_url: https://www.coursera.org
  title: Neural Networks and Deep Learning
  url: ""
- certificate_url: https://www.edx.org
  date_end: ""
  date_start: "2018-03-01"
  description: Formulated informed blockchain models, hypotheses, and use cases.
  organization: edX
  organization_url: https://www.edx.org
  title: Blockchain Fundamentals
  url: https://www.edx.org/professional-certificate/uc-berkeleyx-blockchain-fundamentals
- certificate_url: https://www.datacamp.com
  date_end: "2017-12-21"
  date_start: "2017-07-01"
  description: ""
  organization: DataCamp
  organization_url: https://www.datacamp.com
  title: 'Object-Oriented Programming in R: S3 and R6 Course'
  url: ""
---