Skip to content

Commit

Permalink
Update trip-layout.njk
Browse files Browse the repository at this point in the history
Try fixing broken replace nunjucks filter
  • Loading branch information
maureenlholland authored Feb 10, 2024
1 parent 53b858e commit 0d7a6eb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions content/_includes/trip-layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,8 @@
title="Trip map"
height="300px"
width="100%"
src="../../maps/{{ title | lower | replace("
", "
-") }}.html"></iframe>
src="../../maps/{{ title | lower | replace(" ", "-") }}.html">
</iframe>
<div class="stack">
<table class="stats">
<tbody>
Expand Down Expand Up @@ -228,4 +227,4 @@
</div>
<!-- parallax -->
</body>
</html></body></body></html>
</html></body></body></html>

0 comments on commit 0d7a6eb

Please sign in to comment.