Can I have a linebreak in the title of a Touying presentation?

I’m trying to have a linebreak in the title of a presentation with the Touying package, more precisely with the university-theme. The problem is that in the footer, the linebreak is unwanted, see screenshot below.

#import "@preview/touying:0.7.3": *
#import themes.university: *

#show: university-theme.with(
  config-info(
    title: [Title with \ linebreak],
  ),
)

#title-slide()

== Subslide

produces:

slide1 (desired behaviour):

slide2 (unwanted behaviour):

More detailed look at the footer:
image