Replies: 1 comment
-
|
@412Linux, this feature is not supported. I'm converting this issue to Discussions/Ideas as a nice-to-have that might be implemented in the future. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My objective was to create a multi-line subtitle. From the research I performed I thought this was possible using the three single quote method. The site renders without issue. However, the subtitle is not broken up as expected.
Hugo version: hugo v0.123.1-3f8434a62fc91a50f4e5bd43a4435d2d301844ff+extended linux/amd64 BuildDate=2024-02-21T08:17:45Z VendorInfo=snap:0.123.1
My toml file configuration for the subtitle is this:
subtitle = '''
This is a multi-line
subtitle for my blog.
It can span multiple lines
without any issues.
'''
The end result is is this. No line breaks.

The index file looks like this:

If this functionality isn’t supported by the theme just let me know and close it. Thanks in advance for your time.
Beta Was this translation helpful? Give feedback.
All reactions