Fix minor things that broke in last commit

This commit is contained in:
Joakim Hellsén 2023-01-23 00:18:48 +01:00
commit 5a6482b583
No known key found for this signature in database
GPG key ID: C889E6DC5EDBB36D
6 changed files with 40 additions and 22 deletions

View file

@ -195,6 +195,13 @@
{% endraw %}
</code>{{entry.title}}
</li>
<li>
<code>
{% raw %}
{{entry_text}}
{% endraw %}
</code> Same as entry_content if it exists, otherwise entry_summary
</li>
<li>
<code>
{% raw %}

View file

@ -191,6 +191,13 @@
{% endraw %}
</code>{{entry.title}}
</li>
<li>
<code>
{% raw %}
{{entry_text}}
{% endraw %}
</code> Same as entry_content if it exists, otherwise entry_summary
</li>
<li>
<code>
{% raw %}