Skip to content

Commit 03b26f9

Browse files
refactor: update layout to PostLayout and add infographics for Jetifier and CSS border guides
1 parent 01d9e90 commit 03b26f9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

data/blog/software-development/mobile-development/native/android/jetifier-androidx-migration-guide.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ draft: false
66
summary: 'Learn about Jetifier, AndroidX, and how to migrate from Android Support Library to AndroidX. Understand the relationship between these technologies and best practices for migration.'
77
authors: ['default']
88
images: ['/static/images/android-support-library-jetifier-androidx.avif']
9-
layout: PostBanner
9+
layout: PostLayout
1010
---
1111

12+
![Jetifier and AndroidX Migration: A Complete Guide infographics](/static/images/android-support-library-jetifier-androidx.avif)
13+
1214
# Table of Contents
1315

1416
<TOCInline toc={props.toc} asDisclosure={true} />

data/blog/software-development/web-development/frontend/cascading-style-sheets-css/combining-border-top-border-right-border-left-border-bottom-in-css-a-complete-guide.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ draft: false
66
summary: 'Learn how to combine border-top, border-right, border-left, and border-bottom properties into a single CSS declaration. Master CSS border shorthand properties with detailed examples and best practices.'
77
authors: ['default']
88
images: ['/static/images/borders-in-css.avif']
9-
layout: PostBanner
9+
layout: PostLayout
1010
---
1111

12+
![Combining border-top, border-right, border-left, border-bottom in CSS: A Complete Guide infographics](/static/images/borders-in-css.avif)
13+
1214
# Table of Contents
1315

1416
<TOCInline toc={props.toc} asDisclosure={true} />

0 commit comments

Comments
 (0)