mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-27 04:50:43 +00:00
Fix escaped quotes in titles (#3086)
This commit is contained in:
parent
69857dfdbb
commit
eab4f77af2
@ -22,7 +22,7 @@ time { padding-right: 10px; }
|
||||
{% for page in section.pages %}
|
||||
<li>
|
||||
<time datetime={{page.date}}>{{ page.date | date(format="%b %d, %Y") }}</time>
|
||||
<a href="{{ page.permalink | safe }}">{{ page.title }}</a>
|
||||
<a href="{{ page.permalink | safe }}">{{ page.title | safe }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ol>
|
||||
|
Loading…
x
Reference in New Issue
Block a user