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 5577e2f commit 7dc094fCopy full SHA for 7dc094f
_layouts/publication.liquid
@@ -103,16 +103,9 @@ layout: default
103
{% else %}
104
{% comment %} Single link {% endcomment %}
105
{% assign link = links[0] %}
106
- {% if link.name contains 'Slides' %}
107
- {% comment %} For single slide links, just display the full name as-is {% endcomment %}
108
- <li>
109
- <a href="{{ link.url }}">{{ link.name }}</a>
110
- </li>
111
- {% else %}
112
113
114
115
- {% endif %}
+ <li>
+ <a href="{{ link.url }}">{{ link.name }}</a>
+ </li>
116
{% endif %}
117
{% endfor %}
118
</ul>
0 commit comments