Skip to content

Commit 4665f28

Browse files
author
Kátia Nakamura
committed
conference: add company to keynote in the home page
1 parent ba83103 commit 4665f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyconbalkan/conference/templates/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h2 class="centered">
6767
</h2>
6868
</a>
6969
<p class="card__job">
70-
{{ keynote.job }}
70+
{{ keynote.job }} {% if keynote.company %}- {{ keynote.company }}{% endif %}
7171
</p>
7272
</div>
7373
{% endfor %}

0 commit comments

Comments
 (0)