You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question about main page preview.
When I use <!--more--> tag it stops displaying pictures in preview and converts headers into regular text, plus removes new line after the header.
For instance, if my page looks like this:
---
title: 'My page title'
date: 2021-01-01 00:00:00
tags: [tag1, tag2]
category: MyCategory
---
![](main_picture.jpg)
# Intro
Some introductory text here.
<!--more-->
More text.
On the preview picture will be hidden and the text would look like this:
My page title
IntroSome introductory text here.
How can I fix it? On your demo it looks great.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I have a question about main page preview.
When I use
<!--more-->
tag it stops displaying pictures in preview and converts headers into regular text, plus removes new line after the header.For instance, if my page looks like this:
On the preview picture will be hidden and the text would look like this:
My page title
IntroSome introductory text here.
How can I fix it? On your demo it looks great.
Thanks!
The text was updated successfully, but these errors were encountered: