0:00
Hi guys, welcome to Key2Blogging and in this video, I will show you how you can fix this error
0:05
If you use themes like Flutter Pro in your blogger theme and you may have noticed this
0:11
type of error like dash dash greater than at the top of your menu, you can easily fix
0:17
that by deleting some part in closing head tag. So let me just show you the basic structure of HTML
0:24
And here as you can see, we see the head tag and closing head tag and then the body start
0:31
and we have closing body tag. So this is the basic HTML structure and we have to find this closing head tag
0:39
So what I can do is just go to my blogger dashboard and I will click on edit HTML
0:46
And here as you can see in Flutter Pro theme, there is this modified version of head tag
0:52
and this basically and lt semicolon means less than symbol and here and gt means greater
1:00
than gt for greater than. So we have to modify this head tag to improve our blogger speed and in the same way you
1:07
can find the closing head tag. So let me just hit control plus F and search for closing head tag
1:15
And if I hit enter here, as you can see, this is the closing head tag and there is this
1:21
is the code. So here you need to modify this code a little bit to fix that problem
1:28
And here as you can see, there is this problem dash dash greater than and that's because
1:34
here we have added like dash dash and gt greater than and this is for that greater than symbol
1:41
So you can fix this just by removing this part of your closing head tag and keep this
1:46
like that so that this problem will be fixed in your Flutter Pro theme or any other theme
1:52
like media and UI. So let me just click on save here
1:56
So earlier if you see that there is a bar like this
2:01
So let me just refresh this page here. And as you can see, the bar is now gone and there is no symbol like that dash dash greater
2:09
than symbol in your blogger website. So this is a simple solution
2:14
You need to find the head tag and then remove all the sections after the greater than symbol
2:21
and the problem will be solved in your blogger website. So I hope you found this short video helpful
2:27
And if you have any doubt regarding this, then you can ask me in the comment section