Skip to content

Commit

Permalink
Bug fix for missing params variable
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisreddington authored Jan 28, 2024
1 parent 91b6d41 commit 221d3a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layouts/partials/component/audio-player.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{{ with .Params.podcast_file }}
{{ $params := .Site.Params }}

<h2>Listen to the Audio</h2>

<div align="center">
Expand Down

0 comments on commit 221d3a0

Please sign in to comment.