jgonyea / grav-plugin-podcast

GravCMS plugin that creates podcast channel and podcast episode page templates along with a podcast RSS feed.
MIT License
18 stars 7 forks source link

Opening h3 closing h2 #50

Closed aleclerc7 closed 2 years ago

aleclerc7 commented 2 years ago

Hello,

partials/podcast_episodes_list.html.twig line 27-31:

                    <h3>{{ e.title }}
                        {% if (e.header.podcast.audio.meta.duration) %}
                            <small>( {{ e.header.podcast.audio.meta.duration }} )</small>
                        {% endif %}
                    </h2>

It opens an h3 tag but closes with h2. Line 31 should be </h3>

Kind regards.

jgonyea commented 2 years ago

Whoops! Thanks for the heads up. This will be fixed in the next release

jgonyea commented 2 years ago

Fixed in latest release