Skip to content

Commit 0286770

Browse files
committed
Update featured post box - remove image, Add reverse string as featured blog
1 parent 88f9834 commit 0286770

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

_includes/featuredbox.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<div class="col-md-6 mb-30px">
44
<div class="listfeaturedtag h-100">
55
<div class="row h-100">
6+
<!--
67
<div class="col-12 col-md-12 col-lg-5 pr-lg-0">
78
<div class="h-100">
89
<div class="wrapthumbnail">
@@ -16,7 +17,10 @@
1617
</div>
1718
</div>
1819
</div>
20+
1921
<div class="col-12 col-md-12 col-lg-7">
22+
-->
23+
<div class="col-12 col-md-12 "> <!--Added extra div start instead of above one-->
2024
<div class="h-100 card-group">
2125
<div class="card">
2226
<div class="card-body">

_posts/java-json/2021-01-07-parse-json-in-java.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ featured: true
99
---
1010
In this article, we will see, how to parse JSON in Java. We will be using the JSON Libraries like JSON-java, GSON and json-simple
1111

12+
## Introduction
13+
1214
**JSON** stands for JavaScript Object Notation. It is easy to use and lightweight open standard file format for storing and transporting data.
1315

1416
As per the [json.org](https://www.json.org/json-en.html),

_posts/java-string/2019-12-02-reverse-a-string-in-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "How To Reverse A String In Java (5 ways)"
44
author: gaurav
55
categories: [ Java, Core Java, String]
66
description: "In this article, we will learn how to reverse strings in Java. I have write down 5 diffrent ways to reverse strings. Have a look!"
7-
featured: false
7+
featured: true
88
toc: true
99
---
1010

0 commit comments

Comments
 (0)