Fix minor things that broke in last commit
This commit is contained in:
parent
160cfdc401
commit
5a6482b583
6 changed files with 40 additions and 22 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue