TBH, I am constantly amazed at Hugo. I haven’t built any websites for best part of 5 years but I can still do most of it myself. Not bad for an ex-front end developer!
For my latest website, using an off-the-shelf theme, I would like to create an <aside>
with useful links, which are defined in the frontmatter:
link:
title:
- Plants For A Future
- Spreadsheet
url:
- pfaf.org
- bit.ly/forest-garden-spreadsheet
which would give <a href="https://pfaf.org">Plants For A Future</a>
etc.
What I have is just single word anchors working:
- live example: www.natureworks.org.uk/design
- repo for page
- repo for layout
I know that I need to use range
, and probably slice
the array? But it’s been sooo long, I really can’t remember or figure out. Sorry, it really is probably super simple!!