This repository was archived by the owner on Dec 20, 2021. It is now read-only.
-
Hello, @uPagge I'm curious how you did these cool-looking sections in your "About me" page. In the "post" archetype new markdown's header doesn't divide the background so... Can you tell me how to do this? Or you can share a template... if you can of course. :D |
Beta Was this translation helpful? Give feedback.
Answered by
uPagge
May 2, 2021
Replies: 1 comment 2 replies
-
Separations in articles can be done as follows
Inside the shortcode, you can put, for example, the title of the chapter heading Then it will be like this You can also place pictures and any other content. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
uPagge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Separations in articles can be done as follows
{{% split-wide %}}{{% /split-wide %}}
Inside the shortcode, you can put, for example, the title of the chapter heading
Then it will be like this
You can also place pictures and any other content.