Skip to content

Commit 208be3d

Browse files
authored
A common mistake for front matter start and end symbols
1. I have started the front matter with ``` symbol, that's why it was showing error. 2. Front matter should always start and end with --- ( 3 hyphen) Example front matter is given below --- layout: post title: lorem ipsum dolar sit laurel melakan and the author: gauravkukade categories: Abc, Xyz description: lorem ipsum dolar sit laurel melakan and the lorem ipsum dolar sit laurel melakan and the ---
1 parent 41721a2 commit 208be3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎_posts/java-string/2019-12-10-compare-strings-in-java.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
```
1+
---
22
layout: post
33
title: How Do I Compare Strings In Java
44
author: gaurav
55
categories: Java, Core Java, String
66
description: In this article you are going to learn how to compare strings. What problem occurs when you compare string using `equals to` (`=`)operator.
77
featured: true
8-
```
8+
---
99

1010
In this article you are going to learn how to compare strings. What problem occurs when you compare string using `equals to` (`=`)operator.
1111

0 commit comments

Comments
 (0)