Add "Nix for PHP Developers" talk
This commit is contained in:
parent
7526638a3d
commit
8bc66e28b8
2 changed files with 23 additions and 1 deletions
|
@ -14,6 +14,10 @@ use: [presentations]
|
|||
</h2>
|
||||
</div>
|
||||
|
||||
<p>{{ presentation.description }}</p>
|
||||
{% if presentation.blocks.description %}
|
||||
{{ presentation.blocks.description|raw }}
|
||||
{% else %}
|
||||
<p>{{ presentation.description }}</p>
|
||||
{% endif %}
|
||||
</article>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue