Twig\Error\RuntimeError

Line 27 of /var/www/vhosts/felder-metall.com/site/templates/blocks/block--text.html.twig

An exception has been thrown during the rendering of a template ("Oblik\LinkField\Link::__toString(): Return value must be of type string, null returned").

                </div>
                <div class="block-text__description font-regular">
                    {{ block.text.kirbytext|raw }}

                    {% if block.link.isNotEmpty %}
                        {% set link = block.link.toLinkObject() %}
                        <a href="{{ link }}"
                           class="block-text__link button" {% if link.popup == true %} target="_blank" rel="noopener"{% endif %}>
                            {{ link.text() }}
                        </a>
                    {% endif %}
                </div>
            </div>