Adding tags to Pico

Hi there,

I’m trying to add tags to the base Pico template, but don’t seem to be able to do it without the {[tags}} output breaking out of the containing <span>. I’m editing into the card.hbs file here :

  <div class="gh-card-content">
        <h2 class="gh-card-title">{{title}}</h2>
        <p>{{excerpt}}</p>
        <span class="gh-card-meta"><time datetime="{{date format="YYYY-MM-DD"}}">{{date format="D MMM YYYY"}}</time> <span class="bull">&bull;</span>{{reading_time}}</span>

    </div>

and inserting {{tags}} into the gh-card-meta span.

It’s been a few years since I did any css, so any help would be really appreciated!

-i