toolness / jess-portfolio

A portfolio for Jess.
https://toolness.github.io/jess-portfolio/
0 stars 0 forks source link

Open Design Kit links aren't visible #16

Closed toolness closed 7 years ago

toolness commented 7 years ago

The open design kit links to "try it" and "read the blogpost" aren't visible on the project detail page. This is because they are indented under the featured_in: section of the YAML, which makes Hugo think that they are describing metadata about featured_in, rather than their own separate section:

featured_in:
  title: "the Creative Commons Summit"
  links:
    - title: "Try it"
      url: http://opendesignkit.org/
    - title: "Read the blogpost"
      url: https://bocoup.com/weblog/open-design-kit-a-toolkit-for-designing-with-distributed-collaborators

In other words, links: and its children need to be de-indented by two spaces.

@iamjessklein can you fix this?

iamjessklein commented 7 years ago

Yep I can fix that - good catch

iamjessklein commented 7 years ago

fixed!