We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd69b8 commit 6c38b82Copy full SHA for 6c38b82
_includes/home-news-bar.html
@@ -46,7 +46,9 @@ <h4>{{ post.title }}</h4>
46
{% elsif post.categories contains 'blog' %}Read Blog
47
{% elsif post.categories contains 'presentation' %}View Presentation
48
{% elsif post.categories contains 'video' %}Watch Video
49
- {% elsif post.categories contains 'event' %}Join Virtual Meetup
+ {% elsif post.categories contains 'event' %}
50
+ {% if post.event_button_label != '' %}{{ post.event_button_label }}
51
+ {% else %}Join Virtual Meetup{% endif%}
52
{% else %}Read More
53
{% endif %}
54
</a>
0 commit comments